Skip to content

Commit 2508f84

Browse files
🩹 [Refactor]: Update workflow script to set output rendering and retrieve repository context for code coverage artifact download
1 parent 963de20 commit 2508f84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ jobs:
201201
Verbose: ${{ inputs.Verbose }}
202202
Version: ${{ inputs.Version }}
203203
Script: |
204+
$PSStyle.OutputRendering = 'Ansi'
205+
$repo = $env:GITHUB_REPOSITORY
206+
$runId = $env:GITHUB_RUN_ID
204207
gh run download $runId --repo $repo --pattern *CodeCoverage --dir .
205208
Get-ChildItem -Path . -Recurse | Select-Object -ExpandProperty FullName | Sort-Object
206209

0 commit comments

Comments
 (0)