From e06238ab176a64e1185487973980edac24a2f080 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 7 Nov 2025 11:58:39 -0500 Subject: [PATCH] Updating example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61d9b9a..5b1feb2 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This action posts the results of Terraform or OpenTofu commands (`fmt`, `init`, ```yaml - 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: command: plan commenter_input: ${{ steps.tofu-plan.outputs.plan-output }}