Skip to content

Commit e6bd6cc

Browse files
committed
20220628C
1 parent 41bdb26 commit e6bd6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugoalh.GitHubActionsToolkit/module/utility.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Function Test-Environment {
137137
[Alias('Oidc')][Switch]$OpenIdConnect,
138138
[Switch]$StepSummary,
139139
[Switch]$ToolCache,
140-
[Alias('Force', 'Forced', 'Require', 'Required')][Switch]$Mandatory,
140+
[Alias('Require', 'Required')][Switch]$Mandatory,
141141
[Alias('RequiredMessage', 'RequireMessage')][String]$MandatoryMessage = 'This process require to execute inside the GitHub Actions environment!'
142142
)
143143
If (

0 commit comments

Comments
 (0)