Skip to content

Commit 9814007

Browse files
committed
set ssh push
1 parent 7ed3695 commit 9814007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
mkdir .ssh
2020
chmod 700 .ssh
2121
ls -al
22-
echo "${{ secrets.RSA }}" > .ssh/id_rsa
22+
echo "${{ secrets.RSA }}\n" > .ssh/id_rsa
2323
chmod 600 .ssh/id_rsa
2424
- name: Upload Files
2525
run: |

0 commit comments

Comments
 (0)