From c17c422d455216fe9839ab1c565799e8c6e7a837 Mon Sep 17 00:00:00 2001 From: Jennifer Tran Date: Wed, 31 Jul 2024 13:52:12 -0700 Subject: [PATCH] fix: remove ls -al command --- .github/actions/terraform-deploy/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/terraform-deploy/action.yml b/.github/actions/terraform-deploy/action.yml index aa4e5c92..1387760c 100644 --- a/.github/actions/terraform-deploy/action.yml +++ b/.github/actions/terraform-deploy/action.yml @@ -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 \ No newline at end of file