Skip to content

Commit 0afbc23

Browse files
committed
20230206B
1 parent c1d5ec9 commit 0afbc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugoalh.GitHubActionsToolkit/module/command-base.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Function Clear-FileCommand {
3232
[Alias('Paths')][Switch]$Path,
3333
[Alias('States')][Switch]$State,
3434
[Alias('Summary')][Switch]$StepSummary,
35-
[Parameter(Position = 0)][Alias('Types')][GitHubActionsFileCommandTypes]$Type
35+
[Parameter(Position = 0)][Alias('Types')][GitHubActionsFileCommandTypes]$Type = 0
3636
)
3737
If (
3838
$EnvironmentVariable.IsPresent -or

0 commit comments

Comments
 (0)