We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb69007 commit 539fffaCopy full SHA for 539fffa
README.md
@@ -22,7 +22,7 @@ GitHub Action to post the output of `terraform plan` to a pull request comment.
22
- name: Plan
23
run: terraform plan -out .planfile
24
- name: Post PR comment
25
- uses: borchero/terraform-plan-comment@v1
+ uses: borchero/terraform-plan-comment@v2
26
with:
27
token: ${{ github.token }}
28
planfile: .planfile
0 commit comments