Skip to content

Commit

Permalink
fix(ci): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2013xile committed Nov 18, 2024
1 parent 786cb5a commit 7b35b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b35b38

Please sign in to comment.