Browse Source

[ci] Fix transifex workflow (#3805)

Now should auto update

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3805
pull/3806/head
crueter 4 days ago
parent
commit
c0fbb2526d
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 4
      .github/workflows/translations.yml

4
.github/workflows/translations.yml

@ -3,8 +3,7 @@ name: tx-pull
on:
# monday, wednesday, saturday at 2pm
schedule:
cron:
- '0 14 * * 1,3,6'
cron: '0 14 * * 1,3,6'
workflow_dispatch:
jobs:
@ -59,4 +58,3 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.CI_FJ_TOKEN }}' \
-H 'Content-Type: application/json' \
-d "@data.json" --fail
Loading…
Cancel
Save