Skip to content

Commit 8165672

Browse files
Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.1.0 to 5.2.0. - [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.1.0...v5.2.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66acd7d commit 8165672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
ref: gh-pages
1616
- run: rm -rf previews/PR${{ github.event.number }}
17-
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
17+
- uses: stefanzweifel/git-auto-commit-action@v5.2.0
1818
with:
1919
commit_message: 'Delete preview of PR#${{ github.event.number }}'
2020
branch: gh-pages

0 commit comments

Comments
 (0)