undo change

This commit is contained in:
entityJY
2025-08-28 00:24:14 -07:00
parent 641ad84156
commit dfac623555

View File

@@ -26,6 +26,7 @@ jobs:
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git checkout main git checkout main
git add index.json git add index.json
git add anime_index.json
git add novel_index.json git add novel_index.json
if git diff --cached --quiet; then if git diff --cached --quiet; then
echo "No changes detected, skipping commit." echo "No changes detected, skipping commit."