We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdcd14 commit ad60e61Copy full SHA for ad60e61
.github/workflows/terraform.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: Read destroy configuration
34
id: read-destroy-config
35
run: |
36
- DESTROY_DEV="$(jq -r '.dev' destroy_config.json)"
37
- DESTROY_PROD="$(jq -r '.prod' destroy_config.json)"
+ DESTROY_DEV="$(jq -r '.dev' ./infra/destroy_config.json)"
+ DESTROY_PROD="$(jq -r '.prod' ./infra/destroy_config.json)"
38
echo "::set-output name=destroy_dev::$DESTROY_DEV"
39
echo "::set-output name=destroy_prod::$DESTROY_PROD"
40
0 commit comments