From 55d3c66a4139e3d1c3b4f78f22eefa655a408aac Mon Sep 17 00:00:00 2001 From: entityJY Date: Sun, 31 Aug 2025 22:52:27 -0700 Subject: [PATCH] update workflow --- .github/workflows/gen_index.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gen_index.yml b/.github/workflows/gen_index.yml index f951e0c5..c93566fb 100644 --- a/.github/workflows/gen_index.yml +++ b/.github/workflows/gen_index.yml @@ -23,10 +23,10 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git checkout upstream javascript/ - git checkout upstream images/ + git checkout origin/upstream javascript/ + git checkout origin/upstream images/ - git checkout upstream + git checkout origin/upstream git add index.json git add novel_index.json if git diff --cached --quiet; then