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 6208643 commit f2a276eCopy full SHA for f2a276e
.github/workflows/test.yml
@@ -32,16 +32,15 @@ jobs:
32
set -x ; sudo apt update -yqq && sudo apt install python3 -yqq
33
INPUT_POST_EXEC_0: |
34
pwd
35
- ls -al .terragrunt-cache
36
- ls -al .
+ ls -al /github/workspace/
37
echo "------------ PLAN ------------"
38
- cat test.tfplan
+ cat /github/workspace/test.tfplan
39
echo "---------- END PLAN ----------"
40
with:
41
tf_version: '1.5.5'
42
tg_version: '0.54.11'
43
tg_dir: 'platform/sandbox/us-east-2/000'
44
- tg_command: 'plan -out platform/sandbox/us-east-2/000/test.tfplan'
+ tg_command: 'plan -out test.tfplan'
45
deploy:
46
runs-on: ubuntu-latest
47
needs: [ plan ]
0 commit comments