Browse Source
cleanup
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3008/head
crueter
4 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
4 additions and
4 deletions
-
.github/workflows/translations.yml
|
|
|
@ -5,8 +5,6 @@ on: |
|
|
|
schedule: |
|
|
|
cron: |
|
|
|
- '0 14 * * 1,3,6' |
|
|
|
pull_request: |
|
|
|
branches: [ master ] |
|
|
|
|
|
|
|
jobs: |
|
|
|
tx-update: |
|
|
|
@ -39,10 +37,12 @@ jobs: |
|
|
|
|
|
|
|
- name: Create PR |
|
|
|
run: | |
|
|
|
TITLE="[dist, android] Update translations from Transifex for $(date)" |
|
|
|
BODY="Automatic translation update for $(date)" |
|
|
|
DATE=$(date +"%b %d") |
|
|
|
TITLE="[dist, android] Update translations from Transifex for $DATE" |
|
|
|
BODY="Automatic translation update for $DATE" |
|
|
|
BASE=master |
|
|
|
HEAD=update-translations-$TIMESTAMP |
|
|
|
|
|
|
|
cat << EOF > data.json |
|
|
|
{ |
|
|
|
"base": "$BASE", |
|
|
|
|