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 c59c0af commit c905b8eCopy full SHA for c905b8e
.github/workflows/mega-linter.yaml
@@ -57,7 +57,7 @@ jobs:
57
sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports'
58
- if: steps.lint.outputs.has-updated-sources > 0 && github.ref == 'refs/heads/main'
59
name: Create PR with Applied Fixes
60
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
61
with:
62
commit-message: "chore(mega-linter): apply linters automatic fixes"
63
branch: mega-linter-fix/${{ github.ref_name }}
0 commit comments