mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-04-25 20:04:56 +02:00
[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
This commit is contained in:
4
.github/workflows/translations.yml
vendored
4
.github/workflows/translations.yml
vendored
@@ -3,8 +3,7 @@ name: tx-pull
|
|||||||
on:
|
on:
|
||||||
# monday, wednesday, saturday at 2pm
|
# monday, wednesday, saturday at 2pm
|
||||||
schedule:
|
schedule:
|
||||||
cron:
|
cron: '0 14 * * 1,3,6'
|
||||||
- '0 14 * * 1,3,6'
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -59,4 +58,3 @@ jobs:
|
|||||||
-H 'Authorization: Bearer ${{ secrets.CI_FJ_TOKEN }}' \
|
-H 'Authorization: Bearer ${{ secrets.CI_FJ_TOKEN }}' \
|
||||||
-H 'Content-Type: application/json' \
|
-H 'Content-Type: application/json' \
|
||||||
-d "@data.json" --fail
|
-d "@data.json" --fail
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user