fix env not registered and adjust docs

This commit is contained in:
Seya
2026-01-28 20:26:13 +07:00
parent ca603f5d36
commit 23a25c00ec
3 changed files with 11 additions and 25 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ jobs:
- name: Check In
run: node index.js
env:
COOKIE: ${{ secrets.COOKIE }}
GAMES: ${{ vars.GAMES }}
CRED: ${{ secrets.CRED }}
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_USER: ${{ secrets.DISCORD_USER }}
workflow-keepalive:
+2 -2
View File
@@ -2,7 +2,7 @@ name: Latest version
on:
schedule:
- cron: "0 18 * * *" # scheduled at 06:00 (UTC+8) everyday
- cron: "0 22 * * *" # scheduled at 06:00 (UTC+8) everyday
workflow_dispatch:
jobs:
@@ -15,7 +15,7 @@ jobs:
- name: Fetch package.json from original repo
run: |
curl -o remote-package.json \
https://raw.githubusercontent.com/sglkc/hoyolab-auto-daily/master/package.json
https://raw.githubusercontent.com/sglkc/endfield-auto-daily/master/package.json
- name: Compare versions
env: