From 6c5c416915f35ea465d285f0598f0ec6eda35a1e Mon Sep 17 00:00:00 2001 From: PePe Amengual <2208324+jamengual@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:54:12 -0700 Subject: [PATCH] Testing one comment --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1195d0c3d..e71455e6b 100644 --- a/action.yml +++ b/action.yml @@ -382,12 +382,13 @@ runs: id: infracost shell: bash run: | - INFRACOST_LOG_LEVEL= debug infracost diff \ + echo "Running Infracost diff" + INFRACOST_LOG_LEVEL=debug infracost diff \ --path="${{ steps.vars.outputs.plan_file }}.json" \ --format=diff \ --project-name "${{ inputs.stack }}-${{ inputs.component }}" \ --out-file=/tmp/infracost.txt - INFRACOST_LOG_LEVEL= debug infracost diff \ + INFRACOST_LOG_LEVEL=debug infracost diff \ --path="${{ steps.vars.outputs.plan_file }}.json" \ --format=json \ --project-name "${{ inputs.stack }}-${{ inputs.component }}" \