From a046f2b3b1f7b2ea5933c6df4b7ed6be0498ec88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 6 Jan 2022 13:27:11 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1964d5d..0da0f3b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -95,12 +95,5 @@ jobs: git pull git add . git commit --allow-empty -m "Update hashes for ${{ env.FILE_DEST }} repository" + git push fi - - - name: Push changes - if: ${{ env.SKIP != 'yes' }} - uses: ad-m/github-push-action@master - with: - github_token: ${{ secrets.SCRIPTS_ACCESS_TOKEN }} - branch: ${{ github.ref }} - directory: scripts