File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,19 @@ branding:
66 icon : clipboard
77 color : gray-dark
88
9+ inputs :
10+ Token :
11+ description : The GitHub token to use for authentication.
12+ required : false
13+ default : ${{ github.token }}
14+
915runs :
1016 using : composite
1117 steps :
1218 - name : Debug
1319 uses : PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
1420 env :
21+ GITHUB_TOKEN : ${{ inputs.Token }}
1522 CONTEXT_GITHUB : ${{ toJson(github) }}
1623 CONTEXT_ENV : ${{ toJson(env) }}
1724 # CONTEXT_VARS: ${{ toJson(vars) }}
Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ LogGroup 'Context: [INPUTS]' {
5555}
5656
5757LogGroup ' Network Info' {
58- Write-Host " $ ( Get-NetIPConfiguration | Out-String ) "
58+ Write-Output " $ ( Get-NetIPConfiguration | Out-String ) "
5959}
6060
6161LogGroup ' Public IP Info' {
62- Write-Host " $ ( Get-PublicIP | Out-String ) "
62+ Write-Output " $ ( Get-PublicIP | Out-String ) "
6363}
6464
6565
You can’t perform that action at this time.
0 commit comments