We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2815e9 commit 5ef3748Copy full SHA for 5ef3748
1 file changed
.github/workflows/linter.yml
@@ -91,7 +91,7 @@ jobs:
91
env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' &&
92
(github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) &&
93
!contains(github.event.head_commit.message, 'skip fix')
94
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
+ uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
95
with:
96
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
97
commit_message: "[MegaLinter] Apply linters fixes"
0 commit comments