We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcecb18 + d2442d8 commit 9a5eabfCopy full SHA for 9a5eabf
.github/workflows/delete-preview.yaml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
rm -rf _preview/${{ github.event.pull_request.number }}
20
- name: Commit the changes
21
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
22
with:
23
branch: gh-pages
24
commit_message: Delete preview for pull request \#${{ github.event.pull_request.number }}
0 commit comments