Skip to content

Commit

Permalink
fix: remove ls -al command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Tran committed Jul 31, 2024
1 parent f46c9e6 commit c17c422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/terraform-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ runs:
working-directory: ${{ inputs.dir }}
run: |
cd ./infrastructure
ls -al
terraform output -json workflows_api > ${HOME}/terraform_outputs.json
cat ${HOME}/terraform_outputs.json

0 comments on commit c17c422

Please sign in to comment.