We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 269fbb6 + d0579de commit cc98fb3Copy full SHA for cc98fb3
1 file changed
.github/workflows/mega-linter.yml
@@ -83,7 +83,7 @@ jobs:
83
run: sudo chown -Rc $UID .git/
84
- name: Commit and push applied linter fixes
85
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
86
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
87
with:
88
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
89
commit_message: "[MegaLinter] Apply linters fixes"
0 commit comments