Skip to content

Commit

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

0 comments on commit e629ee8

Please sign in to comment.