test print
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been skipped
Example / Example (push) Failing after 43s

This commit is contained in:
Zuckerberg 2023-10-15 16:56:43 -06:00
parent cd04a3a42c
commit 1367d74de1

View File

@ -39,6 +39,12 @@ jobs:
# - run: curl -I s0.koi-bebop.ts.net # - run: curl -I s0.koi-bebop.ts.net
- name: Test format
run: |
echo "${{ secrets.TEST_SECRET }}" > ./.test_file
md5sum ./.test_file
cat ./.test_file
- name: Setup SSH Key - name: Setup SSH Key
run: | run: |
echo "${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}" > ./.id_ed25519 echo "${{ secrets.BINARY_CACHE_PUSH_SSH_KEY }}" > ./.id_ed25519