File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- if : ${{ steps.label_out.outputs.empty_commit == 'true' }}
53
53
name : Push empty commit
54
- uses : stefanzweifel/git-auto-commit-action@v5
54
+ uses : stefanzweifel/git-auto-commit-action@v6
55
55
with :
56
56
commit_message : Empty commit for CI
57
57
commit_user_name : aeon-actions-bot[bot]
58
58
commit_options : --allow-empty
59
- create_branch : false
60
59
skip_dirty_check : true
Original file line number Diff line number Diff line change 56
56
# push fixes if pre-commit fails and PR is eligible
57
57
- if : ${{ failure() && github.event_name == 'pull_request_target' && !github.event.pull_request.draft && !contains(github.event.pull_request.labels.*.name, 'stop pre-commit fixes') }}
58
58
name : Push pre-commit fixes
59
- uses : stefanzweifel/git-auto-commit-action@v5
59
+ uses : stefanzweifel/git-auto-commit-action@v6
60
60
with :
61
61
commit_message : Automatic `pre-commit` fixes
62
62
commit_user_name : aeon-actions-bot[bot]
63
- create_branch : false
You can’t perform that action at this time.
0 commit comments