(version: string)
| 221 | * It's not actually gcloud and not actually executable. |
| 222 | */ |
| 223 | const installFakeGcloud = async (version: string): Promise<string> => { |
| 224 | return await toolCache.cacheFile('action.yml', 'action.yml', 'gcloud', version); |
| 225 | }; |