Skip to content

Commit c8024ce

Browse files
authored
Update wrap_branch.yml
1 parent 31352f6 commit c8024ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wrap_branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
# Base branch name
6767
- name: Get base branch name
68-
run: echo BASE_BRANCH=$(python -c "branch='refs/head/3.10/wrap'.split('/'); print(f'{branch[2]}/{branch[3]}') >> $GITHUB_ENV
68+
run: echo "BASE_BRANCH=$(python get_base_branch.py ${{ github.ref_name }})" >> $GITHUB_ENV
6969

7070
# Create pull request
7171
- name: Create Pull Request

0 commit comments

Comments
 (0)