diff --git a/.gitea/workflows/auto-pr-tofu-plan.yml b/.gitea/workflows/auto-pr-tofu-plan.yml index c178b89..9c00e83 100644 --- a/.gitea/workflows/auto-pr-tofu-plan.yml +++ b/.gitea/workflows/auto-pr-tofu-plan.yml @@ -72,8 +72,8 @@ jobs: name: tea version: ${{ env.TEA_VERSION }} - - name: Install Tea - id: install-tea-pr-index + - name: Extract PR Index + id: tea-pr-index run: | pr_number=$(tea pr list \ --repo ${{ github.repository }} \ @@ -163,7 +163,7 @@ jobs: with: platform: gitea token: ${BOT_GITEA_TOKEN} - pr_index: $${{ steps.install-tea-pr-index.outputs.pr_number }} + pr_index: $${{ steps.tea-pr-index.outputs.pr_number }} comment_template: | ${{ steps.tofu_plan.outputs.plan-output }} ____________________________________