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 a6ed15f commit a72be93Copy full SHA for a72be93
hugoalh.GitHubActionsToolkit/module/tool-cache.psm1
@@ -104,7 +104,7 @@ Function Find-ToolCache {
104
[CmdletBinding(HelpUri = 'https://github.com/hugoalh-studio/ghactions-toolkit-powershell/wiki/api_function_find-githubactionstoolcache#Find-GitHubActionsToolCache')]
105
[OutputType(([String], [String[]]))]
106
Param (
107
- [Alias('ToolName')][String]$Name,
+ [Parameter(Mandatory = $True, Position = 0)][Alias('ToolName')][String]$Name,
108
[Alias('Arch')][String]$Architecture,
109
[Alias('Ver')][String]$Version = '*'
110
)
0 commit comments