We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0452c83 commit 54eef5eCopy full SHA for 54eef5e
.github/workflows/test.yml
@@ -32,15 +32,9 @@ jobs:
32
INPUT_PRE_EXEC_0: |
33
sudo apt update -yqq && sudo apt install python3 -yqq
34
INPUT_POST_EXEC_0: |
35
- set -x
36
- env | sort | grep GITHUB
37
- pwd
38
- ls -al /github/workspace/
39
tfplan_location=$(find . -name "sandbox.tfplan" -exec realpath {} \;)
40
tfplan_json=$(terragrunt show -json $tfplan_location)
41
- echo "-------- PLAN --------"
42
- echo $tfplan_json
43
- echo "------ END PLAN ------"
+ echo "TERRAFORM_PLAN=$tfplan_json" >> "$GITHUB_OUTPUT"
44
with:
45
tf_version: '1.5.5'
46
tg_version: '0.54.11'
0 commit comments