Skip to content

Commit d2442d8

Browse files
Bump stefanzweifel/git-auto-commit-action from 5 to 6
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dcecb18 commit d2442d8

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)