Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit 639b4ae

Browse files
fix(terraform_plan): set tf_actions_plan_has_changes if exit code is 0 (#136)
1 parent 4288c50 commit 639b4ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/terraform_plan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function terraformPlan {
1313
echo "plan: info: successfully planned Terraform configuration in ${tfWorkingDir}"
1414
echo "${planOutput}"
1515
echo
16+
echo ::set-output name=tf_actions_plan_has_changes::${planHasChanges}
1617
exit ${planExitCode}
1718
fi
1819

0 commit comments

Comments
 (0)