Browse Source

cleanup

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3008/head
crueter 4 months ago
parent
commit
5ea08b9e26
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 8
      .github/workflows/translations.yml

8
.github/workflows/translations.yml

@ -5,8 +5,6 @@ on:
schedule: schedule:
cron: cron:
- '0 14 * * 1,3,6' - '0 14 * * 1,3,6'
pull_request:
branches: [ master ]
jobs: jobs:
tx-update: tx-update:
@ -39,10 +37,12 @@ jobs:
- name: Create PR - name: Create PR
run: | 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 BASE=master
HEAD=update-translations-$TIMESTAMP HEAD=update-translations-$TIMESTAMP
cat << EOF > data.json cat << EOF > data.json
{ {
"base": "$BASE", "base": "$BASE",

Loading…
Cancel
Save