Updating example.

This commit is contained in:
2025-11-07 11:58:39 -05:00
parent fc4137ad6e
commit e06238ab17
+1 -1
View File
@@ -41,7 +41,7 @@ This action posts the results of Terraform or OpenTofu commands (`fmt`, `init`,
```yaml ```yaml
- name: Tofu Plan PR Comment - name: Tofu Plan PR Comment
uses: ./actions/tf-pr-comment uses: https://git.trez.wtf/Trez/tf-pr-commenter@main # OR ./actions/tf-pr-comment
with: with:
command: plan command: plan
commenter_input: ${{ steps.tofu-plan.outputs.plan-output }} commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}