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 568ffd1 commit 8cb0307Copy full SHA for 8cb0307
.github/workflows/wrap_branch.yml
@@ -72,12 +72,11 @@ jobs:
72
committer: GitHub <noreply@github.com>
73
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
74
signoff: false
75
- branch: ${{ github.ref_name }}
+ branch: ${{ python -c "branch='refs/head/3.10/wrap'.split('/'); print(f'{branch[2]}/{branch[3]}')" }}
76
delete-branch: true
77
title: 'Wrap branch: ${{ github.ref_name }}'
78
body: |
79
Wrapped all translations on requested branch.
80
-
81
labels: |
82
wrap
83
assignees: github-actions
0 commit comments