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 6bc31d0 commit 5a002f0Copy full SHA for 5a002f0
hugoalh.GitHubActionsToolkit/module/command-base.psm1
@@ -32,7 +32,7 @@ Function Clear-FileCommand {
32
[Alias('Paths')][Switch]$Path,
33
[Alias('States')][Switch]$State,
34
[Alias('Summary')][Switch]$StepSummary,
35
- [Parameter(Position = 0)][Alias('Types')][GitHubActionsFileCommandTypes]$Type = 0
+ [Parameter(Position = 0)][Alias('Types')][GitHubActionsFileCommandTypes]$Type = 0# Deprecated, keep as legacy.
36
)
37
If (
38
$EnvironmentVariable.IsPresent -or
0 commit comments