Skip to content

Commit

Permalink
use output inline instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tjololo committed Aug 27, 2024
1 parent 0804652 commit ff6ff5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions actions/terraform/plan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ runs:
if: always()
env:
VALIDATE_OUTPUT: ${{ steps.validate.outputs.stdout }}
PLAN_OUTPUT: ${{ steps.plan.outputs.stdout }}
with:
github-token: ${{ inputs.gh_token }}
script: |
Expand All @@ -167,7 +166,7 @@ runs:
<details><summary>Show Plan</summary>
\`\`\`\n
${process.env.PLAN_OUTPUT}
${{ steps.plan.outputs.stdout }}
\`\`\`
</details>
Expand Down

0 comments on commit ff6ff5f

Please sign in to comment.