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

Commit

Permalink
Fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent 6c4bf75 commit bf57ee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
run: |
mkdir -p ~/.ssh
ls -la
cd .ssh
cd ~/.ssh
ls -la
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
echo "${{ secrets.SSH_PRIVATE_KEY }}" > id_rsa
ls -la
chmod 600 ~/.ssh/id_rsa
chmod 600 id_rsa
ls -la
ssh-keygen -f ~/.ssh/known_hosts -R rettichlp.de
ssh-keygen -f known_hosts -R rettichlp.de
ls -la
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bf57ee5

Please sign in to comment.