Update main.yml

This commit is contained in:
Fiky 2024-01-25 08:40:08 +07:00 committed by GitHub
parent 98b5d985c2
commit 11ce796043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
# check this thread to understand why its needed:
# https://stackoverflow.com/a/70447517
run: |
touch ~/.ssh/id_rsa
install -m 600 -D /dev/null ~/.ssh/id_rsa
echo "${{ env.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
ssh-keyscan -H ${{ env.SSH_HOST }} > ~/.ssh/known_hosts
- name: connect and pull