Skip to content

Commit 8a48a58

Browse files
More plan tweaks
1 parent 9d0f3f1 commit 8a48a58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,10 @@ jobs:
2929
env:
3030
AWS_REGION: ${{ vars.AWS_REGION }}
3131
INPUT_PRE_EXEC_0: |
32-
set -x ; sudo apt update -yqq && sudo apt install python3 -yqq
32+
sudo apt update -yqq && sudo apt install python3 -yqq
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 ----------"
3936
find / -name "test.tfplan"
4037
with:
4138
tf_version: '1.5.5'

0 commit comments

Comments
 (0)