Skip to content

Commit 06f8776

Browse files
Merge pull request #619 from JuliaDSP/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5.1.0
2 parents 1b76b87 + 8af6cc7 commit 06f8776

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.0.1
17+
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
1818
with:
1919
commit_message: 'Delete preview of PR#${{ github.event.number }}'
2020
branch: gh-pages

0 commit comments

Comments
 (0)