@google-github-actions/setup-cloud-sdk
@google-github-actions/setup-cloud-sdk / index / installGcloudSDK
installGcloudSDK(
version,skipToolCache?):Promise<string>
Defined in: index.ts:168
Installs the gcloud SDK into the actions environment.
string
The version or version specification to install. If a specification is given, the most recent version that still matches the specification is installed.
boolean
Promise<string>
The path of the installed tool.