We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb0307 commit 2b7b28aCopy full SHA for 2b7b28a
.github/workflows/wrap_branch.yml
@@ -62,6 +62,11 @@ 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 -c "branch='refs/head/3.10/wrap'.split('/'); print(f'{branch[2]}/{branch[3]}') >> $GITHUB_ENV
69
70
# Create pull request
71
- name: Create Pull Request
72
id: cpr
@@ -72,7 +77,7 @@ jobs:
77
committer: GitHub <noreply@github.com>
73
78
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
74
79
signoff: false
75
- branch: ${{ python -c "branch='refs/head/3.10/wrap'.split('/'); print(f'{branch[2]}/{branch[3]}')" }}
80
+ branch: ${{ }}
76
81
delete-branch: true
82
title: 'Wrap branch: ${{ github.ref_name }}'
83
body: |
0 commit comments