Skip to content

Commit 2c10ea3

Browse files
authored
Update .mega-linter.yml
1 parent 78971d7 commit 2c10ea3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/.mega-linter.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444

4545
# Upload MegaLinter artifacts
4646
- name: Archive production artifacts
47-
if: ${{ success() }} || ${{ failure() }}
4847
uses: actions/upload-artifact@v4
4948
with:
5049
name: MegaLinter reports
@@ -55,7 +54,7 @@ jobs:
5554
- name: Create Pull Request with applied fixes
5655
id: cpr
5756
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
58-
uses: peter-evans/create-pull-request@v4
57+
uses: peter-evans/create-pull-request@v7
5958
with:
6059
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
6160
commit-message: "[MegaLinter] Apply linters automatic fixes"

0 commit comments

Comments
 (0)