diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index d50a0e86..1781994e 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -80,7 +80,7 @@ jobs: - name: GitHub Commit & Push if: github.event_name != 'pull_request' - uses: actions-js/push@5a7cbd780d82c0c937b5977586e641b2fd94acc5 # v1.5 + uses: actions-js/push@968f4695ca558093eadb24ad83cc5891f47e0cdc # v1.6 with: amend: ${{ steps.dist_branch.outputs.exists == 'true' }} author_email: ${{ secrets.GH_BOT_EMAIL }}