Merge branch 'main' into use-tool-versions

This commit is contained in:
Luke van der Hoeven 2024-02-12 10:52:59 -05:00 committed by GitHub
commit 79afc3e329
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 19 additions and 41 deletions

2
dist/index1.js vendored
View file

@ -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);