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 4deed37 commit 1545163Copy full SHA for 1545163
.github/workflows/update_changes.yml
@@ -29,14 +29,14 @@ jobs:
29
- name: Create Pull Request
30
uses: peter-evans/create-pull-request@v4.2.3
31
with:
32
- token: ${{ secrets.PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
33
commit-message: Translation Update
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_${{ github.ref_name }}
38
delete-branch: true
39
- title: 'Translation Update ${GITHUB_REF##*/}'
+ title: 'Translation Update ${{ github.ref_name }}'
40
body: |
41
Update report
42
- Updated with *today's* date
0 commit comments