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 9d0f3f1 commit 8a48a58Copy full SHA for 8a48a58
.github/workflows/test.yml
@@ -29,13 +29,10 @@ jobs:
29
env:
30
AWS_REGION: ${{ vars.AWS_REGION }}
31
INPUT_PRE_EXEC_0: |
32
- set -x ; sudo apt update -yqq && sudo apt install python3 -yqq
+ sudo apt update -yqq && sudo apt install python3 -yqq
33
INPUT_POST_EXEC_0: |
34
pwd
35
ls -al /github/workspace/
36
- # echo "------------ PLAN ------------"
37
- # cat /github/workspace/test.tfplan
38
- # echo "---------- END PLAN ----------"
39
find / -name "test.tfplan"
40
with:
41
tf_version: '1.5.5'
0 commit comments