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