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 3934936 commit 1665708Copy full SHA for 1665708
.github/workflows/update.yml
@@ -11,14 +11,12 @@ on:
11
- cron: '0 23 * * *'
12
13
env:
14
- # CPython branch where translations currently take place
15
CPYTHON_BRANCH: '3.10'
16
LANGUAGE: 'pt_BR'
17
18
jobs:
19
- update-translations:
+ update:
20
# Job to pull translation from Transifex platform, and commit & push changes
21
- name: Pull and update translations
22
runs-on: ubuntu-latest
23
steps:
24
- name: Get current branch name
@@ -68,7 +66,7 @@ jobs:
68
66
# 'overwrite=true' means strings previously translated will get overwritten;
69
67
# other branches will preserve translated strings, only filling in new
70
# translations.
71
- name: Merge into ${{ matrix.branch }}
+ name: merge into ${{ matrix.branch }}
72
needs: [update-translations]
73
strategy:
74
matrix:
0 commit comments