remove known host

This commit is contained in:
Brendan McDevitt 2025-03-28 08:09:02 -05:00
parent ea99a3556a
commit d215cec6b7

View file

@ -30,7 +30,7 @@ jobs:
# If you need to use SSH
ssh-key: ${{ secrets.TOKEN_NAME }}
# If you have specific known hosts
ssh-known-hosts: 'git.mcdevitt.tech'
#ssh-known-hosts: 'git.mcdevitt.tech'
ssh-strict: 'false'
github-server-url: 'https://git.mcdevitt.tech'