mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-12-26 00:31:49 +01:00
fix again?
This commit is contained in:
parent
c155d78d52
commit
26a7e2f1cd
4
.github/scripts/commit-repo.sh
vendored
4
.github/scripts/commit-repo.sh
vendored
@ -6,8 +6,10 @@ new_build=$(ls | tail -1)
|
|||||||
|
|
||||||
diff $new_build server-latest.jar
|
diff $new_build server-latest.jar
|
||||||
if [ "$?" -eq 1 ]; then
|
if [ "$?" -eq 1 ]; then
|
||||||
|
echo "copy"
|
||||||
cp -f $new_build server-latest.jar
|
cp -f $new_build server-latest.jar
|
||||||
else
|
else
|
||||||
|
echo "rm"
|
||||||
rm $new_build
|
rm $new_build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -17,7 +19,7 @@ git config --global user.name "github-actions[bot]"
|
|||||||
git status
|
git status
|
||||||
if [ -n "$(git status --porcelain)" ]; then
|
if [ -n "$(git status --porcelain)" ]; then
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update extensions repo"
|
git commit -m "Update repo"
|
||||||
git push
|
git push
|
||||||
else
|
else
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
|
Loading…
Reference in New Issue
Block a user