Skip to content

Commit 4561c4a

Browse files
committed
ci: print output command file in self-test
1 parent ee06b67 commit 4561c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
Import-Module ./lib/GitHubActionsCore -Force
148148
Set-ActionOutput testout testval
149149
Set-ActionOutput testout-multiline "testval`n new line `n 3rd line"
150+
Get-Content $env:GITHUB_OUTPUT -Raw | Write-Host
150151
- name: Set-ActionOutput test (assert)
151152
uses: ./
152153
env:

0 commit comments

Comments
 (0)