UNPKG

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

Version:

Utilities to download, install, and interact with the Cloud SDK for GitHub Actions

8 lines (7 loc) 250 B
/** * Downloads and extracts the tool at the specified URL. * * @param url The URL of the tool to be downloaded. * @returns The path to the locally extracted tool. */ export declare function downloadAndExtractTool(url: string): Promise<string>;