From 411eef844c08c1b37b2bc0981b04e738632e83a6 Mon Sep 17 00:00:00 2001
From: Vben <anncwb@126.com>
Date: 星期六, 27 三月 2021 00:10:55 +0800
Subject: [PATCH] chore: typo

---
 .github/workflows/ftp-schedule.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/ftp-schedule.yml b/.github/workflows/ftp-schedule.yml
index 7925bca..fb0df24 100644
--- a/.github/workflows/ftp-schedule.yml
+++ b/.github/workflows/ftp-schedule.yml
@@ -4,7 +4,7 @@
 on:
   push:
   schedule:
-    - cron: '0 15 * * *'
+    - cron: '0 20 * * *'
 
 jobs:
   schedule-push-to-ftp:

--
Gitblit v1.8.0