From ceb5e81a7f9dab26870525c5ecb1f9cb4bf5d445 Mon Sep 17 00:00:00 2001 From: SX-9 <90962949+SX-9@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:40:53 +0700 Subject: [PATCH] fix workflow --- .github/workflows/db.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/db.yml b/.github/workflows/db.yml index 7e49d2d..5ef25f8 100644 --- a/.github/workflows/db.yml +++ b/.github/workflows/db.yml @@ -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'