fix(ci): typo

This commit is contained in:
xilesun 2024-11-18 22:32:36 +08:00
parent 786cb5ac3c
commit 7b35b38087

View File

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