add newline
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 28s
Example / Example (push) Failing after 2m8s

This commit is contained in:
Zuckerberg 2023-10-01 20:59:44 -06:00
parent de0892c905
commit 4210c502a2

View File

@ -42,7 +42,7 @@ jobs:
- 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
sed -i '$a\' id_ed25519 echo "" >> id_ed25519
chmod 600 id_ed25519 chmod 600 id_ed25519
ssh-agent -c -a $SSH_AUTH_SOCK ssh-agent -c -a $SSH_AUTH_SOCK
ssh-add id_ed25519 ssh-add id_ed25519