| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,11 +62,7 @@ jobs: | |||
| 62 | 62 | git commit -m "Wrap translations" | |
| 63 | 63 | echo "WRAPPED=True" >> $GITHUB_ENV | |
| 64 | 64 | fi | |
| 65 | - | ||
| 66 | - # Base branch name | ||
| 67 | - - name: Get base branch name | ||
| 68 | - run: echo "BASE_BRANCH=$(python .github/workflows/get_base_branch.py ${{ github.ref_name }})" >> $GITHUB_ENV | ||
| 69 | - | ||
| 65 | + | ||
| 70 | 66 | # Create pull request | |
| 71 | 67 | - name: Create Pull Request | |
| 72 | 68 | id: cpr | |
@@ -77,7 +73,7 @@ jobs: | |||
| 77 | 73 | committer: GitHub <noreply@github.com> | |
| 78 | 74 | author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> | |
| 79 | 75 | signoff: false | |
| 80 | - branch: ${{ github.BASE_BRANCH }} | ||
| 76 | + branch: ${{ github.ref_name }}/wrap | ||
| 81 | 77 | delete-branch: true | |
| 82 | 78 | title: 'Wrap branch: ${{ github.ref_name }}' | |
| 83 | 79 | body: | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments