We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdda28 commit 5cd89ecCopy full SHA for 5cd89ec
.github/workflows/mega-linter.yml
@@ -58,6 +58,7 @@ jobs:
58
if: steps.ml.outputs.has_updated_sources == 1
59
run: |
60
git diff
61
+ rm -rf mega-linter.log megalinter-reports/
62
63
# Create pull request if applicable (for now works only on PR from same repository, not from forks)
64
- name: Create Pull Request with applied fixes
0 commit comments