From 7b35b38087d80f6ef2b44ce1011753f40b406c43 Mon Sep 17 00:00:00 2001 From: xilesun <2013xile@gmail.com> Date: Mon, 18 Nov 2024 22:32:36 +0800 Subject: [PATCH] fix(ci): typo --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 07a4550bd5365..21490a1b1fc78 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -35,7 +35,7 @@ jobs: echo "targetBranch=$(echo 'next')" >> $GITHUB_OUTPUT elif [[ "${{ inputs.branch || github.head_ref || github.ref_name }}" == "next" ]]; then echo "baseBranch=$(echo 'next')" >> $GITHUB_OUTPUT - echo "target=$(echo 'develop')" >> $GITHUB_OUTPUT + echo "targetBranch=$(echo 'develop')" >> $GITHUB_OUTPUT else exit 1 fi