Skip to content

Commit 03f080e

Browse files
committed
20220110A
1 parent 13f84da commit 03f080e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psm1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ Set-Alias -Name 'Disable-GHActionsCommandEcho' -Value 'Disable-GHActionsEchoComm
251251
GitHub Actions - Disable Processing Command
252252
.DESCRIPTION
253253
Stop processing any workflow commands to allow log anything without accidentally running workflow commands.
254+
.PARAMETER EndToken
255+
An end token for function `Enable-GHActionsProcessingCommand`.
254256
.OUTPUTS
255257
String
256258
#>
@@ -283,7 +285,7 @@ GitHub Actions - Enable Processing Command
283285
.DESCRIPTION
284286
Resume processing any workflow commands to allow running workflow commands.
285287
.PARAMETER EndToken
286-
Token from `Disable-GHActionsProcessingCommand`.
288+
An end token from function `Disable-GHActionsProcessingCommand`.
287289
.OUTPUTS
288290
Void
289291
#>

0 commit comments

Comments
 (0)