Skip to content

Commit 08f4b0f

Browse files
authored
Merge pull request #630 from JuliaDSP/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5.2.0
Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0
2 parents 66acd7d + 8165672 commit 08f4b0f

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)