From ee3a3e88d2fd8ba500014a0e2d18b84796fc8fd6 Mon Sep 17 00:00:00 2001 From: daxiongya Date: Tue, 25 Jun 2024 01:03:22 +0800 Subject: [PATCH] chore: fix yaml --- .github/workflows/sync-tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-tutorials.yml b/.github/workflows/sync-tutorials.yml index 18a8701d..3ef1faa6 100644 --- a/.github/workflows/sync-tutorials.yml +++ b/.github/workflows/sync-tutorials.yml @@ -3,7 +3,7 @@ name: Sync Tutorials on: workflow_dispatch: schedule: - - cron: '0 0 * * 0' // 每周运行一次 + - cron: '0 0 * * 0' # 每周运行一次 jobs: sync-tutorials: