test print
This commit is contained in:
parent
cd04a3a42c
commit
1367d74de1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user