Step renames.
This commit is contained in:
@@ -72,8 +72,8 @@ jobs:
|
|||||||
name: tea
|
name: tea
|
||||||
version: ${{ env.TEA_VERSION }}
|
version: ${{ env.TEA_VERSION }}
|
||||||
|
|
||||||
- name: Install Tea
|
- name: Extract PR Index
|
||||||
id: install-tea-pr-index
|
id: tea-pr-index
|
||||||
run: |
|
run: |
|
||||||
pr_number=$(tea pr list \
|
pr_number=$(tea pr list \
|
||||||
--repo ${{ github.repository }} \
|
--repo ${{ github.repository }} \
|
||||||
@@ -163,7 +163,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
platform: gitea
|
platform: gitea
|
||||||
token: ${BOT_GITEA_TOKEN}
|
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: |
|
comment_template: |
|
||||||
${{ steps.tofu_plan.outputs.plan-output }}
|
${{ steps.tofu_plan.outputs.plan-output }}
|
||||||
____________________________________
|
____________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user