Skip to content

Commit 5a002f0

Browse files
committed
20230206D
1 parent 6bc31d0 commit 5a002f0

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 = 0
35+
[Parameter(Position = 0)][Alias('Types')][GitHubActionsFileCommandTypes]$Type = 0# Deprecated, keep as legacy.
3636
)
3737
If (
3838
$EnvironmentVariable.IsPresent -or

0 commit comments

Comments
 (0)