Skip to content

Commit

Permalink
Fix Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Oct 30, 2023
1 parent fe7e005 commit 7675ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Upload Mega-Linter artifacts
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: Mega-Linter reports
Expand Down
2 changes: 1 addition & 1 deletion defaults/ci/.github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# Upload Mega-Linter artifacts
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: Mega-Linter reports
Expand Down

0 comments on commit 7675ffd

Please sign in to comment.