We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a7ac0 commit 2c1c07fCopy full SHA for 2c1c07f
.github/workflows/wrap_branch.yml
@@ -62,11 +62,7 @@ jobs:
62
git commit -m "Wrap translations"
63
echo "WRAPPED=True" >> $GITHUB_ENV
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
+
70
# Create pull request
71
- name: Create Pull Request
72
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
delete-branch: true
82
title: 'Wrap branch: ${{ github.ref_name }}'
83
body: |
0 commit comments