fix workflow

This commit is contained in:
SX-9 2025-02-12 10:40:53 +07:00
commit ceb5e81a7f

View file

@ -42,13 +42,12 @@ jobs:
name: database
path: database.json
- name: Commit and push database.json to another repository
- name: Commit and push database.json to database repository
run: |
git clone https://github.com/partofmyid/database.git db
cd db
git config --global user.name 'github-actions'
git config --global user.email 'github-actions@github.com'
git config --unset-all http.https://github.com/.extraheader
mv ../database.json .
git add database.json
git commit -m 'Update database.json'