Skip to content

Commit

Permalink
fix: add debugging, try to extract workflows api
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Tran committed Jul 31, 2024
1 parent c60bd0f commit d46e88b
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 @@ -69,4 +69,5 @@ runs:
working-directory: ${{ inputs.dir }}
run: |
cd ./infrastructure
terraform output -json > ${HOME}/terraform_outputs.json
ls -al
terraform output -json workflows_api > ${HOME}/terraform_outputs.json

0 comments on commit d46e88b

Please sign in to comment.