Skip to content

Commit 2c1c07f

Browse files
authored
Update wrap_branch.yml
1 parent a4a7ac0 commit 2c1c07f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/wrap_branch.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,7 @@ jobs:
6262
git commit -m "Wrap translations"
6363
echo "WRAPPED=True" >> $GITHUB_ENV
6464
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+
7066
# Create pull request
7167
- name: Create Pull Request
7268
id: cpr
@@ -77,7 +73,7 @@ jobs:
7773
committer: GitHub <noreply@github.com>
7874
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
7975
signoff: false
80-
branch: ${{ github.BASE_BRANCH }}
76+
branch: ${{ github.ref_name }}/wrap
8177
delete-branch: true
8278
title: 'Wrap branch: ${{ github.ref_name }}'
8379
body: |

0 commit comments

Comments
 (0)