Skip to content

Commit a72be93

Browse files
committed
20220630B
1 parent a6ed15f commit a72be93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugoalh.GitHubActionsToolkit/module/tool-cache.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Function Find-ToolCache {
104104
[CmdletBinding(HelpUri = 'https://github.com/hugoalh-studio/ghactions-toolkit-powershell/wiki/api_function_find-githubactionstoolcache#Find-GitHubActionsToolCache')]
105105
[OutputType(([String], [String[]]))]
106106
Param (
107-
[Alias('ToolName')][String]$Name,
107+
[Parameter(Mandatory = $True, Position = 0)][Alias('ToolName')][String]$Name,
108108
[Alias('Arch')][String]$Architecture,
109109
[Alias('Ver')][String]$Version = '*'
110110
)

0 commit comments

Comments
 (0)