We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c75e89 + 93a820c commit f3dd00aCopy full SHA for f3dd00a
1 file changed
.github/workflows/megalinter.yml
@@ -78,7 +78,7 @@ jobs:
78
run: sudo chown -Rc $UID .git/
79
- name: Commit and push applied linter fixes
80
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)
81
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # pin@v5
+ uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # pin@v5
82
with:
83
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
84
commit_message: "[MegaLinter] Apply linters fixes"
0 commit comments