Skip to content

Commit 06f46e6

Browse files
🩹 [Refactor]: Update super-linter summary clearing method to use Out-File for better compatibility
1 parent e212b33 commit 06f46e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/workflow.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ jobs:
137137
GITHUB_TOKEN: ${{ github.token }}
138138

139139
- name: Clear super-linter summary
140-
run: Remove-Item -Path $env:GITHUB_STEP_SUMMARY
140+
run: |
141+
'test' | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Force -Encoding utf8
141142
142143
# Runs on:
143144
# - ✅ Open/Updated PR - Builds module for testing

0 commit comments

Comments
 (0)