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 0682344 commit 00f4767Copy full SHA for 00f4767
.github/workflows/test.yml
@@ -33,11 +33,12 @@ jobs:
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")
40
tfplan_contents=$(cat $tfplan_location)
- echo "TERRAFORM_PLAN=$tfplan_contents" >> "\$GITHUB_OUTPUT"
41
+ echo "TERRAFORM_PLAN=$tfplan_contents" >> $GITHUB_OUTPUT
42
with:
43
tf_version: '1.5.5'
44
tg_version: '0.54.11'
0 commit comments