From 26339e91373e22ca5f65c9206728ec325f89e657 Mon Sep 17 00:00:00 2001 From: tuyibin <56666636+tuyibin@users.noreply.github.com> Date: Sat, 24 Jun 2023 14:50:36 +0800 Subject: [PATCH] Update weread.yml --- .github/workflows/weread.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weread.yml b/.github/workflows/weread.yml index fd628564ae8f..320168deee45 100644 --- a/.github/workflows/weread.yml +++ b/.github/workflows/weread.yml @@ -3,7 +3,7 @@ name: weread sync on: workflow_dispatch: schedule: - - cron: "0 0 * * *" + - cron: "15 22 * * *" jobs: sync: name: Sync @@ -22,4 +22,4 @@ jobs: pip install -r requirements.txt - name: weread sync run: | - python weread.py "${{secrets.WEREAD_COOKIE}}" "${{secrets.NOTION_TOKEN}}" "${{secrets.NOTION_DATABASE_ID}}" \ No newline at end of file + python weread.py "${{secrets.WEREAD_COOKIE}}" "${{secrets.NOTION_TOKEN}}" "${{secrets.NOTION_DATABASE_ID}}"