Skip to content

Commit 22bbc12

Browse files
Update stefanzweifel/git-auto-commit-action action to v6
1 parent ba6ce74 commit 22bbc12

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
@@ -79,7 +79,7 @@ jobs:
7979
run: sudo chown -Rc $UID .git/
8080
- name: Commit and push applied linter fixes
8181
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
82+
uses: stefanzweifel/git-auto-commit-action@v6
8383
with:
8484
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
8585
commit_message: "[Mega-Linter] Apply linters fixes"

0 commit comments

Comments
 (0)