Skip to content

Commit 00f4767

Browse files
Escape?
1 parent 0682344 commit 00f4767

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ jobs:
3333
sudo apt update -yqq && sudo apt install python3 -yqq
3434
INPUT_POST_EXEC_0: |
3535
set -x
36+
env | sort | grep GITHUB
3637
pwd
3738
ls -al /github/workspace/
3839
tfplan_location=$(find . -name "sandbox.tfplan")
3940
tfplan_contents=$(cat $tfplan_location)
40-
echo "TERRAFORM_PLAN=$tfplan_contents" >> "\$GITHUB_OUTPUT"
41+
echo "TERRAFORM_PLAN=$tfplan_contents" >> $GITHUB_OUTPUT
4142
with:
4243
tf_version: '1.5.5'
4344
tg_version: '0.54.11'

0 commit comments

Comments
 (0)