Skip to content

Commit

Permalink
修改定时任务为早上六点30
Browse files Browse the repository at this point in the history
  • Loading branch information
刘豪 committed Mar 1, 2024
1 parent d6b513c commit efd7bf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/HiFiNi-Auto-CheckIn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: HiFINI-Auto-CheckIn
on:
workflow_dispatch:
schedule:
- cron: "0 16 * * *" # 每天 00:00 时间执行
- cron: "30 22 * * *" # 北京时间上午06:30

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cloud/ohiyou/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Main {
public static String SI_SIGN = "";
private static final String COOKIE = System.getenv("COOKIE");
// private static final String COOKIE = "bbs_sid=nu7tm5k3o2n6p0572i0ifjfum0; Hm_lvt_4ab5ca5f7f036f4a4747f1836fffe6f2=1702434178,1703638979,1704182270; bbs_token=ergMsAdKvR67sJ4TQWMZCy2SKEcrCBKCnEb3Ouq7eSmjozqO_2FgoUcuojD8EFxLN0yHmZH5NQKlEbdapmYSVPX9jPpIMj0Fpr";
private static final String SERVER_CHAN_KEY = System.getenv("SERVER_CHAN_KEY");
private static final String SERVER_CHAN_KEY = System.getenv("SERVER_CHAN");
private static final OkHttpClient client = new OkHttpClient.Builder()
.connectTimeout(30, TimeUnit.SECONDS)
.readTimeout(30, TimeUnit.SECONDS)
Expand Down

0 comments on commit efd7bf5

Please sign in to comment.