mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-26 21:13:38 +00:00
Merge 03f41644a3 into 6727c64798
This commit is contained in:
commit
bc7db8c661
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ async function checkTerraform () {
|
|||
return;
|
||||
}
|
||||
|
||||
core.exportVariable(`TF_DETAILED_EXITCODE`,${exitCode})
|
||||
|
||||
// A non-zero exitCode is considered an error
|
||||
core.setFailed(`Terraform exited with code ${exitCode}.`);
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue