Skip to content

Commit ad60e61

Browse files
committed
feat: add destroy config
1 parent 8cdcd14 commit ad60e61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/terraform.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Read destroy configuration
3434
id: read-destroy-config
3535
run: |
36-
DESTROY_DEV="$(jq -r '.dev' destroy_config.json)"
37-
DESTROY_PROD="$(jq -r '.prod' destroy_config.json)"
36+
DESTROY_DEV="$(jq -r '.dev' ./infra/destroy_config.json)"
37+
DESTROY_PROD="$(jq -r '.prod' ./infra/destroy_config.json)"
3838
echo "::set-output name=destroy_dev::$DESTROY_DEV"
3939
echo "::set-output name=destroy_prod::$DESTROY_PROD"
4040

0 commit comments

Comments
 (0)