mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
add indexer
This commit is contained in:
parent
2e1558bd96
commit
63e5e1b45f
3
.github/scripts/commit-repo.sh
vendored
3
.github/scripts/commit-repo.sh
vendored
@ -8,6 +8,9 @@ echo "last jar build file name: $new_jar_build"
|
||||
|
||||
cp -f $new_jar_build Tachidesk-latest.jar
|
||||
|
||||
latest=$(ls *.jar | tail -n1 | cut -d"-" -f3 | cut -d"." -f1)
|
||||
echo "{ \"latest\": $latest }" > index.json
|
||||
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git status
|
||||
|
Loading…
Reference in New Issue
Block a user