Skip to content

Commit

Permalink
feat: Output markdown and optionally create a PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludgy4 committed Dec 4, 2024
1 parent bcd8b87 commit b265876
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 74 deletions.
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ inputs:
description: Whether to skip posting a pull request comment when no changes need to be performed.
required: true
default: "false"
should-comment:
description: Whether to attempt outputting the terraform plan as a PR comment
required: false
default: "true"
outputs:
plan-markdown:
description: The raw markdown output of the terraform plan
runs:
using: node20
main: dist/index.js
Loading

0 comments on commit b265876

Please sign in to comment.