Skip to content

Commit

Permalink
another aproach
Browse files Browse the repository at this point in the history
  • Loading branch information
tjololo committed Jan 10, 2025
1 parent e66d1b6 commit 1523056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/terraform/plan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ runs:
PLAN_STDERR: ${{ steps.plan.outputs.stderr }}
run: |
plan=$(cat <<${{ env.DELIMITER }}1
${{ format('{0}{1}', env.PLAN_STDOUT, env.PLAN_STDERR) }}
${{ format('{0}{1}', steps.plan.outputs.stdout, steps.plan.outputs.stderr) }}
${{ env.DELIMITER }}1
)
plan=$(echo "${plan@Q}" | grep -v 'Refreshing state' | tail --bytes 200000)
Expand Down

0 comments on commit 1523056

Please sign in to comment.