mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-18 01:12:35 +00:00
Merge branch 'main' into use-tool-versions
This commit is contained in:
commit
79afc3e329
8 changed files with 19 additions and 41 deletions
2
dist/index1.js
vendored
2
dist/index1.js
vendored
|
|
@ -27222,7 +27222,7 @@ async function checkTerraform () {
|
|||
const options = {
|
||||
listeners,
|
||||
ignoreReturnCode: true,
|
||||
silent: true, // avoid printing command in stdout: https://github.com/actions/toolkit/issues/649
|
||||
silent: true // avoid printing command in stdout: https://github.com/actions/toolkit/issues/649
|
||||
};
|
||||
const exitCode = await exec(pathToCLI, args, options);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue