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