mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
update gen_index
This commit is contained in:
6
.github/workflows/gen_index.yml
vendored
6
.github/workflows/gen_index.yml
vendored
@@ -22,7 +22,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
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 main
|
|
||||||
|
git checkout upstream javascript/
|
||||||
|
git checkout upstream images/
|
||||||
|
|
||||||
|
git checkout 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
|
||||||
|
|||||||
Reference in New Issue
Block a user