File tree Expand file tree Collapse file tree 3 files changed +3
-30
lines changed
Expand file tree Collapse file tree 3 files changed +3
-30
lines changed Original file line number Diff line number Diff line change @@ -63,36 +63,16 @@ jobs:
6363 Set-GitHubEnvironmentVariable -Name 'OCTOCAT' -Value $cat
6464 Set-GitHubOutput -Name 'WISECAT' -Value $cat
6565 Set-GitHubOutput -Name 'Zen' -Value $zen
66-
67- "ZEN=$zen" >> $env:GITHUB_OUTPUT
68- 'WISECAT2<<EOF' >> $env:GITHUB_OUTPUT
69- $cat >> $env:GITHUB_OUTPUT
70- 'EOF' >> $env:GITHUB_OUTPUT
71-
7266 Set-GitHubStepSummary -Summary $cat
7367
74- - name : test
75- id : test2
76- shell : pwsh
77- run : |
78- Get-ChildItem env: | Format-Table -AutoSize
79-
80- - name : Action-Test-Env
81- uses : ./
82- with :
83- Script : |
84- $env:OCTOCAT
85-
8668 - name : Action-Test-Output
8769 uses : ./
8870 env :
89- result : ${{ steps.test.outputs.WISECAT }}
71+ result : ${{ steps.test.outputs.result }}
9072 with :
9173 Script : |
92- "Wisecat"
93- $env:WISECAT
94- "Zen"
95- $env:ZEN
74+ "result"
75+ $env:result
9676
9777 # ActionTestWithoutToken:
9878 # name: Action-Test - [WithoutToken]
Original file line number Diff line number Diff line change 6363 # GitHub-Script
6464 . "${{ github.action_path }}\scripts\main.ps1"
6565 ${{ inputs.Script }}
66- . "${{ github.action_path }}\scripts\outputs.ps1"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments