Skip to content

Commit

Permalink
💚 Add -H
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBeeston committed Jul 29, 2024
1 parent 77f243e commit d4a644c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
chmod 600 ~/.ssh/aur
eval $(ssh-agent -s)
ssh-add ~/.ssh/aur
ssh-keyscan aur.archlinux.org >> ~/.ssh/known_hosts
ssh-keyscan -H aur.archlinux.org >> ~/.ssh/known_hosts
git config --global user.name "Taylor Beeston"
git config --global user.email "beeston.taylor@gmail.com"
git config --global user.signingkey $(gpg --list-secret-keys --keyid-format LONG | grep sec | awk '{print $2}' | cut -d'/' -f2)
Expand Down

0 comments on commit d4a644c

Please sign in to comment.