Skip to content

Commit 8cb0307

Browse files
authored
Update wrap_branch.yml
1 parent 568ffd1 commit 8cb0307

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wrap_branch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,11 @@ jobs:
7272
committer: GitHub <noreply@github.com>
7373
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
7474
signoff: false
75-
branch: ${{ github.ref_name }}
75+
branch: ${{ python -c "branch='refs/head/3.10/wrap'.split('/'); print(f'{branch[2]}/{branch[3]}')" }}
7676
delete-branch: true
7777
title: 'Wrap branch: ${{ github.ref_name }}'
7878
body: |
7979
Wrapped all translations on requested branch.
80-
8180
labels: |
8281
wrap
8382
assignees: github-actions

0 commit comments

Comments
 (0)