diff --git a/.github/workflows/delete-preview.yaml b/.github/workflows/delete-preview.yaml index c549677..872fba4 100644 --- a/.github/workflows/delete-preview.yaml +++ b/.github/workflows/delete-preview.yaml @@ -18,7 +18,7 @@ jobs: run: | rm -rf _preview/${{ github.event.pull_request.number }} - name: Commit the changes - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: branch: gh-pages commit_message: Delete preview for pull request \#${{ github.event.pull_request.number }} \ No newline at end of file