Update .github/workflows/release-nestv3.yml

This commit is contained in:
ferreo 2024-07-24 01:57:32 +02:00
parent 0675db26bb
commit 440305508e

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