Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 738 Bytes

File metadata and controls

33 lines (18 loc) · 738 Bytes

@google-github-actions/setup-cloud-sdk


@google-github-actions/setup-cloud-sdk / index / installGcloudSDK

Function: installGcloudSDK()

installGcloudSDK(version, skipToolCache?): Promise<string>

Defined in: index.ts:168

Installs the gcloud SDK into the actions environment.

Parameters

version

string

The version or version specification to install. If a specification is given, the most recent version that still matches the specification is installed.

skipToolCache?

boolean

Returns

Promise<string>

The path of the installed tool.