Skip to content

Commit 694c5ba

Browse files
committed
20230411A
1 parent 1f1e795 commit 694c5ba

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

hugoalh.GitHubActionsToolkit/module/command-control.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Import-Module -Name (
66
) |
77
ForEach-Object -Process { Join-Path -Path $PSScriptRoot -ChildPath "$_.psm1" }
88
) -Prefix 'GitHubActions' -Scope 'Local'
9-
[String[]]$GitHubActionsCommands = @(
9+
[String[]]$GitHubActionsStdOutCommands = @(
1010
'add-mask',
1111
'add-matcher',
1212
'add-path',# Legacy.
@@ -185,7 +185,7 @@ Function Test-ProcessingCommandsEndToken {
185185
[Parameter(Mandatory = $True, Position = 0, ValueFromPipeline = $True)][Alias('Input', 'Object')][String]$InputObject
186186
)
187187
Process {
188-
$InputObject -imatch '^(?:[\da-z][\da-z_-]*)?[\da-z]$' -and $InputObject.Length -ige 4 -and $InputObject -inotin $GitHubActionsCommands |
188+
$InputObject -imatch '^(?:[\da-z][\da-z_-]*)?[\da-z]$' -and $InputObject.Length -ige 4 -and $InputObject -inotin $GitHubActionsStdOutCommands |
189189
Write-Output
190190
}
191191
}

nodejs-wrapper-source/pnpm-lock.yaml

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)