1
0
mirror of https://github.com/go-task/task.git synced 2025-08-08 22:36:57 +02:00

chore: add scheduled task for sync documents

This commit is contained in:
Misite Bao
2023-03-25 19:29:23 +08:00
committed by Andrey Nering
parent 006097bee2
commit d7d8d3411c

View File

@ -2,6 +2,8 @@ name: Sync Translations
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
sync-translated-documents:
@ -32,3 +34,4 @@ jobs:
author: task-bot <106601941+task-bot@users.noreply.github.com>
labels: translation
token: ${{ secrets.GH_PAT }}
draft: true