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 00488fd commit 4bd8efaCopy full SHA for 4bd8efa
.github/workflows/workflow.yml
@@ -136,6 +136,10 @@ jobs:
136
env:
137
GITHUB_TOKEN: ${{ github.token }}
138
139
+ - name: Clear super-linter summary
140
+ if: success()
141
+ run: Set-Content -Path $env:GITHUB_STEP_SUMMARY -Value '' -Encoding utf8
142
+
143
# Runs on:
144
# - ✅ Open/Updated PR - Builds module for testing
145
# - ✅ Merged PR - Builds module for publishing
0 commit comments