We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed3695 commit 9814007Copy full SHA for 9814007
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
mkdir .ssh
20
chmod 700 .ssh
21
ls -al
22
- echo "${{ secrets.RSA }}" > .ssh/id_rsa
+ echo "${{ secrets.RSA }}\n" > .ssh/id_rsa
23
chmod 600 .ssh/id_rsa
24
- name: Upload Files
25
run: |
0 commit comments