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 879054f commit 60f7e33Copy full SHA for 60f7e33
hugoalh.GitHubActionsToolkit/module/command-stdout.psm1
@@ -16,7 +16,7 @@ Import-Module -Name @(
16
'save-state',# Legacy.
17
'set-env',# Legacy.
18
'set-output',# Legacy.
19
- 'stop-commands'
+ 'stop-commands',
20
'warning'
21
)
22
[String[]]$StdOutCommandTokensUsed = @()
0 commit comments