We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31352f6 commit c8024ceCopy full SHA for c8024ce
.github/workflows/wrap_branch.yml
@@ -65,7 +65,7 @@ jobs:
65
66
# Base branch name
67
- 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
+ run: echo "BASE_BRANCH=$(python get_base_branch.py ${{ github.ref_name }})" >> $GITHUB_ENV
69
70
# Create pull request
71
- name: Create Pull Request
0 commit comments