Update .github/workflows/build-nesti386.yml

This commit is contained in:
ferreo 2024-07-24 01:56:35 +02:00
parent 392a73c5bc
commit 4eeb100eb3

View File

@ -22,9 +22,9 @@ jobs:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ variables.SSH_KEY }}
key: ${{ vars.SSH_KEY }}
name: id_rsa
known_hosts: ${{ variables.KNOWN_HOSTS }}
known_hosts: ${{ vars.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update APT Cache