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 8ef235f commit 0a1550fCopy full SHA for 0a1550f
.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@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
+ uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.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