diff --git a/dist/index1.js b/dist/index1.js index 56af656..ef4cacc 100755 --- a/dist/index1.js +++ b/dist/index1.js @@ -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); diff --git a/wrapper/terraform.js b/wrapper/terraform.js index a64a4c2..20fec38 100755 --- a/wrapper/terraform.js +++ b/wrapper/terraform.js @@ -34,7 +34,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);