Skip to content

Commit

Permalink
fix: tf plan comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Aug 3, 2024
1 parent 2b0d2e1 commit 2bb831b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/infra-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
\`\`\`
Plan: ${{ steps.plan-output.outputs.add }} to add, ${{ steps.plan-output.outputs.change }} to change, ${{ steps.plan-output.outputs.destroy }} to destroy.
\`\`\`
[View the plan detail](${{ steps.plan-run.outputs.run_link }})
[View changes in detail](${{ steps.plan-run.outputs.run_link }})
`;
// 3. Delete previous comment so PR timeline makes sense
if (botComment) {
Expand Down

0 comments on commit 2bb831b

Please sign in to comment.