Skip to content

修复计划任务问题 #3

修复计划任务问题

修复计划任务问题 #3

Workflow file for this run

name: Crowdin Sync

Check failure on line 1 in .github/workflows/crowdin.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/crowdin.yml

Invalid workflow file

invalid `cron` attribute "0 0 2/2 * * *"
on:
schedule:
- cron: "0 0 2/2 * * *"
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: nightly
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: pnpm install
- name: Sync with Crowdin
run: pnpm crowdin:upload && pnpm crowdin:download
- uses: actions/push@v3
with:
ref: nightly
token: ${{ secrets.GITHUB_TOKEN }}