Skip to content

Commit 1ea5dbe

Browse files
authored
Merge pull request #7 from lukemurraynz/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
Bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents 25d621c + ace2c7a commit 1ea5dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: sudo chown -Rc $UID .git/
8484
- name: Commit and push applied linter fixes
8585
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@v5
86+
uses: stefanzweifel/git-auto-commit-action@v6
8787
with:
8888
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
8989
commit_message: "[MegaLinter] Apply linters fixes"

0 commit comments

Comments
 (0)