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 a66fd88 commit 3b85771Copy full SHA for 3b85771
.github/workflows/mega-linter.yml
@@ -90,7 +90,7 @@ jobs:
90
run: sudo chown -Rc $UID .git/
91
- name: Commit and push applied linter fixes
92
if: always() && steps.pc.conclusion == 'success'
93
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
+ uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
94
with:
95
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
96
commit_message: "[MegaLinter] Apply linters fixes"
0 commit comments