From a31a7d6a33c4109dab947ed2260908b0312eefde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Tue, 4 Jan 2022 21:19:33 +0100 Subject: [PATCH] Correcting notification --- .github/workflows/update-repository.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-repository.yml b/.github/workflows/update-repository.yml index 061a32dd..5897f40a 100644 --- a/.github/workflows/update-repository.yml +++ b/.github/workflows/update-repository.yml @@ -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 }}