diff --git a/power-on/action.yml b/power-on/action.yml index 36a2163..50223af 100644 --- a/power-on/action.yml +++ b/power-on/action.yml @@ -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 }}