Skip to content

Commit

Permalink
use collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Nov 25, 2024
1 parent 7b016e4 commit 80d8736
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,14 @@ jobs:
script: |
const planDecoded = Buffer.from(process.env.PLAN_ENCODED, 'base64').toString('utf-8');
const output = `#### Terraform Plan 📝
<details>
<summary>Show Plan</summary>
\`\`\`hcl
${planDecoded}
\`\`\`
</details>
`;
github.rest.issues.createComment({
issue_number: context.issue.number,
Expand Down

0 comments on commit 80d8736

Please sign in to comment.