From 5ea08b9e2650c3e511092506a912bda6f3ced2fb Mon Sep 17 00:00:00 2001 From: crueter Date: Tue, 11 Nov 2025 23:21:26 -0500 Subject: [PATCH] cleanup Signed-off-by: crueter --- .github/workflows/translations.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index e8a1a0f675..07037c7f94 100644 --- a/.github/workflows/translations.yml +++ b/.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",