This commit is contained in:
SX-9 2025-02-12 10:42:22 +07:00
commit 7ce5b80594

View file

@ -48,7 +48,7 @@ jobs:
cd db
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
mv ../database.json .
mv ../database.json . -f
git add database.json
git commit -m 'Update database.json'
git push