Correcting notification

This commit is contained in:
Igor Pečovnik
2022-01-04 21:19:33 +01:00
committed by GitHub
parent d9b97082b5
commit a31a7d6a33

View File

@@ -50,6 +50,6 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS_REPOSITORY }}
if_key_exists: replace
- name: Update beta repository
- name: Update repository
if: ${{ env.SKIP != 'yes' }}
run: ssh -T -i ~/.ssh/${{ inputs.KEY_ID }} ${{ secrets.USER_REPOSITORY }}@${{ secrets.HOST_REPOSITORY }}