File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# terraform-plan-comment
22
3- GitHub Action to post the output of ` terraform plan ` to a PR comment.
3+ GitHub Action to post the output of ` terraform plan ` to a pull request comment.
44
55## Features
66
@@ -65,7 +65,9 @@ unless `terraform` cannot be found in the `PATH`.
6565The directory where the Terraform binary ought to be called. Defaults to `$GITHUB_WORKSPACE` and _must_ be specified if
6666` terraform init` has been run in a different directory. Should be specified relative to `$GITHUB_WORKSPACE`.
6767
68- > [!IMPORTANT] > `planfile` must be specified relative to the working directory.
68+ <!-- prettier-ignore -->
69+ > [!IMPORTANT]
70+ > `planfile` must be specified relative to the working directory.
6971
7072# ## `id`
7173
Original file line number Diff line number Diff line change 11name : Terraform Plan Comment
2- description : Post the output of `terraform plan` to a PR comment.
2+ description : Post the output of `terraform plan` to a pull request comment.
33author : Oliver Borchert
44branding :
5- icon : type
5+ icon : git-pull-request
66 color : purple
77inputs :
88 token :
You can’t perform that action at this time.
0 commit comments