Update .github/workflows/release-nesti386.yml

This commit is contained in:
ferreo 2024-07-24 01:57:22 +02:00
parent 6bb6413be9
commit 0675db26bb

View File

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