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 2a9de11 commit 40778d6Copy full SHA for 40778d6
.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@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
+ uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
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