Skip to content

Commit

Permalink
fix CURRENT_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
btc-fan committed Dec 12, 2024
1 parent 41a6ffa commit 9d19716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Determine Target Branches
id: target_branch
run: |
echo "CURRENT_BRANCH=${{ env.BRANCH_NAME }} >> $GITHUB_ENV
echo "CURRENT_BRANCH=${{ env.BRANCH_NAME }}" >> $GITHUB_ENV
# Default target branches based on the PR base branch
Expand Down

0 comments on commit 9d19716

Please sign in to comment.