Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tjololo committed Jan 10, 2025
1 parent 60986c2 commit 7e52995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/terraform/plan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ runs:
- name: truncate terraform plan result
shell: bash
env:
PLAN_STDOUT: ${{ steps.plan.outputs.stdout }}
PLAN_STDERR: ${{ steps.plan.outputs.stderr }}
PLAN_STDOUT: "${{ steps.plan.outputs.stdout }}"
PLAN_STDERR: "${{ steps.plan.outputs.stderr }}"
run: |
plan=$(cat <<${{ env.DELIMITER }}1
${PLAN_STDOUT@Q}
Expand Down

0 comments on commit 7e52995

Please sign in to comment.