File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
hugoalh.GitHubActionsToolkit Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,8 @@ Set-Alias -Name 'Disable-GHActionsCommandEcho' -Value 'Disable-GHActionsEchoComm
251
251
GitHub Actions - Disable Processing Command
252
252
. DESCRIPTION
253
253
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`.
254
256
. OUTPUTS
255
257
String
256
258
#>
@@ -283,7 +285,7 @@ GitHub Actions - Enable Processing Command
283
285
. DESCRIPTION
284
286
Resume processing any workflow commands to allow running workflow commands.
285
287
. PARAMETER EndToken
286
- Token from `Disable-GHActionsProcessingCommand`.
288
+ An end token from function `Disable-GHActionsProcessingCommand`.
287
289
. OUTPUTS
288
290
Void
289
291
#>
You can’t perform that action at this time.
0 commit comments