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 c1d5ec9 commit 0afbc23Copy full SHA for 0afbc23
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
+ [Parameter(Position = 0)][Alias('Types')][GitHubActionsFileCommandTypes]$Type = 0
36
)
37
If (
38
$EnvironmentVariable.IsPresent -or
0 commit comments