mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
revert workflow
This commit is contained in:
8
.github/workflows/gen_index.yml
vendored
8
.github/workflows/gen_index.yml
vendored
@@ -22,13 +22,9 @@ jobs:
|
||||
run: |
|
||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
|
||||
git fetch origin
|
||||
git checkout origin/upstream javascript/
|
||||
git checkout origin/upstream images/
|
||||
|
||||
git checkout origin/main
|
||||
git checkout main
|
||||
git add index.json
|
||||
git add anime_index.json
|
||||
git add novel_index.json
|
||||
if git diff --cached --quiet; then
|
||||
echo "No changes detected, skipping commit."
|
||||
|
||||
Reference in New Issue
Block a user