Skip to content

Commit

Permalink
fix: change output for destroy step
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed May 29, 2024
1 parent 3358681 commit 790f7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
@@ -35,8 +35,8 @@ jobs:
run: |
DESTROY_DEV="$(jq -r '.dev' ./infra/destroy_config.json)"
DESTROY_PROD="$(jq -r '.prod' ./infra/destroy_config.json)"
echo "::set-output name=destroy_dev::$DESTROY_DEV"
echo "::set-output name=destroy_prod::$DESTROY_PROD"
echo "destroy_dev=$(echo $DESTROY_DEV)" >> $GITHUB_OUTPUT
echo "destroy_prod=$(echo $DESTROY_PROD)" >> $GITHUB_OUTPUT
- name: Terraform Init
run: |

0 comments on commit 790f7d8

Please sign in to comment.