Update .github/workflows/release-canaryi386.yml

This commit is contained in:
ferreo 2024-07-24 01:56:57 +02:00
parent 700d44f70e
commit a59bc6cad3

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