fix known hosts

This commit is contained in:
olebeck 2022-09-06 00:02:52 +02:00
parent c8fb9fc46d
commit 99b65d2427
1 changed files with 2 additions and 4 deletions

View File

@ -36,10 +36,8 @@ jobs:
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: build
run: make -j dists updates