Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent a0f8ba3 commit 5acc6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ls -la
cd .ssh
ls -la
echo "${{ secrets.SSH_PRIVATE_KEY }}" >> .ssh/id_rsa
echo "${{ secrets.SSH_PRIVATE_KEY }}" > .ssh/id_rsa
ls -la
chmod 600 .ssh/id_rsa
ls -la
Expand Down

0 comments on commit 5acc6c7

Please sign in to comment.