Skip to content

Commit f5f907c

Browse files
🩹 [Refactor]: Specify shell type for super-linter summary generation step to ensure compatibility
1 parent 89c17c6 commit f5f907c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/Build-Docs.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119

120120
- name: Post super-linter summary on failure
121121
if: steps.super-linter.outcome == 'failure'
122+
shell: pwsh
122123
run: |
123124
Write-Host "Super-linter found issues. Generating summary..."
124125
$summaryPath = Join-Path $env:GITHUB_WORKSPACE 'super-linter-output' 'super-linter-summary.md'

0 commit comments

Comments
 (0)