From 89f480f716560a3794bcb34dcf51d36e347913d0 Mon Sep 17 00:00:00 2001 From: SX-9 <90962949+SX-9@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:18:26 +0700 Subject: [PATCH] fix commit step --- .github/workflows/db.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/db.yml b/.github/workflows/db.yml index 1e2feaf..219095f 100644 --- a/.github/workflows/db.yml +++ b/.github/workflows/db.yml @@ -34,6 +34,6 @@ jobs: run: | git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" - git add database.json - git commit -m "Update database.json" + git add stats + git commit -m "[automated] update stats" git push