Skip to content

Commit 4bd8efa

Browse files
🩹 [Patch]: Clear super-linter summary after successful runs
1 parent 00488fd commit 4bd8efa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ jobs:
136136
env:
137137
GITHUB_TOKEN: ${{ github.token }}
138138

139+
- name: Clear super-linter summary
140+
if: success()
141+
run: Set-Content -Path $env:GITHUB_STEP_SUMMARY -Value '' -Encoding utf8
142+
139143
# Runs on:
140144
# - ✅ Open/Updated PR - Builds module for testing
141145
# - ✅ Merged PR - Builds module for publishing

0 commit comments

Comments
 (0)