mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 13:33:37 +00:00
Add user agent reporting to terraform download
This commit is contained in:
parent
32c4f59108
commit
00abddd527
2 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ async function run () {
|
|||
const osArch = os.arch();
|
||||
|
||||
core.debug(`Finding releases for Terraform version ${version}`);
|
||||
const release = await releases.getRelease('terraform', version);
|
||||
const release = await releases.getRelease('terraform', version, 'GitHub Action: Setup Terraform');
|
||||
const platform = mapOS(osPlatform);
|
||||
const arch = mapArch(osArch);
|
||||
core.debug(`Getting build for Terraform version ${release.version}: ${platform} ${arch}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue