Merge branch 'main' into next

This commit is contained in:
nocobase[bot] 2024-11-18 14:55:50 +00:00
commit 1b79dc89a6

View File

@ -35,7 +35,7 @@ jobs:
echo "targetBranch=$(echo 'next')" >> $GITHUB_OUTPUT echo "targetBranch=$(echo 'next')" >> $GITHUB_OUTPUT
elif [[ "${{ inputs.branch || github.head_ref || github.ref_name }}" == "next" ]]; then elif [[ "${{ inputs.branch || github.head_ref || github.ref_name }}" == "next" ]]; then
echo "baseBranch=$(echo 'next')" >> $GITHUB_OUTPUT echo "baseBranch=$(echo 'next')" >> $GITHUB_OUTPUT
echo "target=$(echo 'develop')" >> $GITHUB_OUTPUT echo "targetBranch=$(echo 'develop')" >> $GITHUB_OUTPUT
else else
exit 1 exit 1
fi fi