Skip to content

Commit

Permalink
Remove underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Sep 18, 2024
1 parent c531f85 commit a0e5baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-to-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Add Known Hosts
run: |
echo "${{ secrets.SSH_KNOWN_HOSTS__DWARSHUIS }}" >> ~/.ssh/known_hosts
echo "${{ secrets.SSH_KNOWN_HOSTS_DWARSHUIS }}" >> ~/.ssh/known_hosts
- name: Add SSH Key with Passphrase
run: |
Expand Down

0 comments on commit a0e5baf

Please sign in to comment.