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

Commit

Permalink
Fix known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed May 22, 2023
1 parent 9420918 commit 38d6276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wiki_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
mkdir -p .ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" >> .ssh/id_rsa
chmod 600 .ssh/id_rsa
touch .ssh/known_hosts
ssh-keygen -R rettichlp.de
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 38d6276

Please sign in to comment.