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 ba6ce74 commit 22bbc12Copy full SHA for 22bbc12
.github/workflows/mega-linter.yml
@@ -79,7 +79,7 @@ jobs:
79
run: sudo chown -Rc $UID .git/
80
- name: Commit and push applied linter fixes
81
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/master' && github.event.pull_request.head.repo.full_name == github.repository
82
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
83
with:
84
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
85
commit_message: "[Mega-Linter] Apply linters fixes"
0 commit comments