Skip to content

Commit 9a5eabf

Browse files
authored
Merge pull request #147 from ProjectPythia/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
Bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents dcecb18 + d2442d8 commit 9a5eabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
rm -rf _preview/${{ github.event.pull_request.number }}
2020
- name: Commit the changes
21-
uses: stefanzweifel/git-auto-commit-action@v5
21+
uses: stefanzweifel/git-auto-commit-action@v6
2222
with:
2323
branch: gh-pages
2424
commit_message: Delete preview for pull request \#${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)