We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b857b0a commit 875558dCopy full SHA for 875558d
‎.github/workflows/Action-Test.yml‎
@@ -68,6 +68,7 @@ jobs:
68
Debug: true
69
Verbose: true
70
Prerelease: true
71
+ ShowOutput: true
72
Script: |
73
$cat = Get-GitHubOctocat
74
$zen = Get-GitHubZen
@@ -79,9 +80,10 @@ jobs:
79
80
shell: pwsh
81
env:
82
result: ${{ steps.test.outputs.result }}
83
+ WISECAT: ${{ fromJson(steps.test.outputs.result).WISECAT }}
84
run: |
85
$result = $env:result | ConvertFrom-Json
- Set-GitHubStepSummary -Summary $result.WISECAT
86
+ Set-GitHubStepSummary -Summary $env:WISECAT
87
Write-GitHubNotice -Message $result.Zen -Title 'GitHub Zen'
88
89
ActionTestWithoutToken:
0 commit comments