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 43afbd5 commit c52e813Copy full SHA for c52e813
.github/workflows/update_changes.yml
@@ -34,9 +34,9 @@ jobs:
34
committer: python-docs-tr <python.docs.tr@gmail.com>
35
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
36
signoff: true
37
- branch: translation-update
+ branch: translation-update-${GITHUB_REF##*/}
38
delete-branch: true
39
- title: 'Translation Update_${GITHUB_REF##*/}'
+ title: 'Translation Update ${GITHUB_REF##*/}'
40
body: |
41
Update report
42
- Updated with *today's* date
0 commit comments