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 ##################