Skip to content

Commit e212b33

Browse files
🩹 [Refactor]: Simplify super-linter summary clearing method by using Remove-Item
1 parent 831d230 commit e212b33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎.github/workflows/workflow.yml‎

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

139139
- name: Clear super-linter summary
140-
run: |
141-
'' | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Force -Encoding utf8
140+
run: Remove-Item -Path $env:GITHUB_STEP_SUMMARY
142141

143142
# Runs on:
144143
# - ✅ Open/Updated PR - Builds module for testing

0 commit comments

Comments
 (0)