update workflow

This commit is contained in:
entityJY
2025-08-31 22:52:27 -07:00
parent e97864adb9
commit 55d3c66a41

View File

@@ -23,10 +23,10 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git checkout upstream javascript/ git checkout origin/upstream javascript/
git checkout upstream images/ git checkout origin/upstream images/
git checkout upstream git checkout origin/upstream
git add index.json git add index.json
git add novel_index.json git add novel_index.json
if git diff --cached --quiet; then if git diff --cached --quiet; then