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 6190a92 commit c59c0afCopy full SHA for c59c0af
.github/workflows/mega-linter.yaml
@@ -43,7 +43,7 @@ jobs:
43
token: ${{ steps.auth.outputs.token }}
44
- if: success() || failure()
45
name: Upload Reports
46
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v5
47
with:
48
name: mega-linter-reports
49
path: |-
@@ -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@v8
+ uses: peter-evans/create-pull-request@v7
61
62
commit-message: "chore(mega-linter): apply linters automatic fixes"
63
branch: mega-linter-fix/${{ github.ref_name }}
0 commit comments