From 7d530c726664180d57dc501639f9b1ab3641b6d1 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 7 Nov 2025 12:37:33 -0500 Subject: [PATCH] ... --- tf-pr-comment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tf-pr-comment.sh b/tf-pr-comment.sh index 75fe08f..12cf734 100644 --- a/tf-pr-comment.sh +++ b/tf-pr-comment.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -e +export PATH="${PATH}:/home/runner/.opentofu/bin" + ################## # Inputs ##################