Commit 7bc1dfc 1 parent 736cd38 commit 7bc1dfc Copy full SHA for 7bc1dfc
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242
242
git status -u
243
243
- name : Commit changes to branch
244
244
if : inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true'
245
- uses : stefanzweifel/git-auto-commit-action@v4
245
+ uses : stefanzweifel/git-auto-commit-action@v5
246
246
with :
247
247
commit_message : |
248
248
${{ github.event.workflow_run.head_commit.message || 'No commit message' }}
@@ -409,7 +409,7 @@ jobs:
409
409
git status
410
410
- name : Commit changes to branch
411
411
if : inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true'
412
- uses : stefanzweifel/git-auto-commit-action@v4
412
+ uses : stefanzweifel/git-auto-commit-action@v5
413
413
with :
414
414
commit_message : |
415
415
${{ github.event.workflow_run.head_commit.message || 'No commit message' }}
You can’t perform that action at this time.
0 commit comments