Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1665708

Browse files
authored
Update update.yml
1 parent 3934936 commit 1665708

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ on:
1111
- cron: '0 23 * * *'
1212

1313
env:
14-
# CPython branch where translations currently take place
1514
CPYTHON_BRANCH: '3.10'
1615
LANGUAGE: 'pt_BR'
1716

1817
jobs:
19-
update-translations:
18+
update:
2019
# Job to pull translation from Transifex platform, and commit & push changes
21-
name: Pull and update translations
2220
runs-on: ubuntu-latest
2321
steps:
2422
- name: Get current branch name
@@ -68,7 +66,7 @@ jobs:
6866
# 'overwrite=true' means strings previously translated will get overwritten;
6967
# other branches will preserve translated strings, only filling in new
7068
# translations.
71-
name: Merge into ${{ matrix.branch }}
69+
name: merge into ${{ matrix.branch }}
7270
needs: [update-translations]
7371
strategy:
7472
matrix:

0 commit comments

Comments
 (0)