Skip to content

Commit

Permalink
Testing one comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual committed Oct 24, 2024
1 parent 8f37843 commit 6c5c416
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" \
Expand Down

0 comments on commit 6c5c416

Please sign in to comment.