Update action.yml

This commit is contained in:
Igor Pečovnik
2022-08-14 19:10:23 +02:00
committed by GitHub
parent 53054ae8de
commit 24e61728f9

View File

@@ -23,8 +23,8 @@ runs:
if_key_exists: replace
- name: Update repository
if: ${{ github.repository_owner == 'Armbian' }}
shell: bash
run: |
if: ${{ github.repository_owner == 'Armbian' && env.SKIP != 'yes' }}
run: ssh -T -i ~/.ssh/poweron ${{ inputs.USER_REPOSITORY }}@${{ inputs.HOST_REPOSITORY }}