From 58ea6c2e25c3b1635a219d94de42354aea8e9b61 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 21 Oct 2025 17:54:25 -0400 Subject: [PATCH] Testing Tea call... --- .gitea/workflows/auto-pr-tofu-plan.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index 1659e6d..8486819 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -76,12 +76,11 @@ jobs: id: tea-pr-index run: | which tea - pr_number=$(tea pr list \ - --repo ${{ github.repository }} \ - --state open \ - --fields index,head \ - --output simple \ - | awk '{print $1}') + tea pr list \ + --repo ${{ github.repository }} \ + --state open \ + --fields index,head \ + --output simple echo ${pr_number} echo "pr_number=$pr_number" >> "$GITHUB_OUTPUT"