From 24e61728f9d581b1d4830ca62fddd45bf6b60108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Sun, 14 Aug 2022 19:10:23 +0200 Subject: [PATCH] Update action.yml --- power-on/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}