Skip to content

Commit 9d0f3f1

Browse files
More plan tweaks
1 parent f2a276e commit 9d0f3f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
INPUT_POST_EXEC_0: |
3434
pwd
3535
ls -al /github/workspace/
36-
echo "------------ PLAN ------------"
37-
cat /github/workspace/test.tfplan
38-
echo "---------- END PLAN ----------"
36+
# echo "------------ PLAN ------------"
37+
# cat /github/workspace/test.tfplan
38+
# echo "---------- END PLAN ----------"
39+
find / -name "test.tfplan"
3940
with:
4041
tf_version: '1.5.5'
4142
tg_version: '0.54.11'

0 commit comments

Comments
 (0)