| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,7 +65,7 @@ jobs: | |||
| 65 | 65 | ||
| 66 | 66 | # Base branch name | |
| 67 | 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 | ||
| 68 | + run: echo "BASE_BRANCH=$(python get_base_branch.py ${{ github.ref_name }})" >> $GITHUB_ENV | ||
| 69 | 69 | ||
| 70 | 70 | # Create pull request | |
| 71 | 71 | - name: Create Pull Request | |
| Back | FazBrowse Home | New Git URL |
0 commit comments