Skip to content

Commit

Permalink
fix: remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Tran committed Jul 31, 2024
1 parent 6b1a463 commit c60bd0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/terraform-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@ runs:
working-directory: ${{ inputs.dir }}
run: |
cd ./infrastructure
terraform output -json > ${HOME}/terraform_outputs.json
cat ${HOME}/terraform_outputs.json
terraform output -json > ${HOME}/terraform_outputs.json

0 comments on commit c60bd0f

Please sign in to comment.