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 16330f1 commit 659aa16Copy full SHA for 659aa16
.github/workflows/Action-Test.yml
@@ -63,18 +63,14 @@ jobs:
63
Set-GitHubEnvironmentVariable -Name 'OCTOCAT' -Value $cat
64
Set-GitHubOutput -Name 'WISECAT' -Value $cat
65
Set-GitHubOutput -Name 'Zen' -Value $zen
66
- Set-GitHubStepSummary -Summary $cat
67
68
- - name: Action-Test-Output
69
- uses: ./
+ - name: Run-test
+ shell: pwsh
70
env:
71
result: ${{ steps.test.outputs.result }}
72
- with:
73
- Script: |
74
- "result"
75
- $result = $env:result | ConvertFrom-Json
76
- $result.WISECAT
77
- $result.Zen
+ run: |
+ $result = $env:result | ConvertFrom-Json
+ Set-GitHubStepSummary -Summary $result.WISECAT
78
79
# ActionTestWithoutToken:
80
# name: Action-Test - [WithoutToken]
0 commit comments