MCPcopy
hub / github.com/google-github-actions/setup-gcloud / installFakeGcloud

Function installFakeGcloud

tests/setup-gcloud.test.ts:223–225  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected