From 7261bdd1a52bcd189abf243a2d3f61fa86177ed6 Mon Sep 17 00:00:00 2001 From: daydreamer-json Date: Sun, 8 Mar 2026 03:58:27 +0900 Subject: [PATCH] ci: integrate verified-bot-commit for automated updates --- .github/workflows/main.yml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b6e28d..eedba56 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,11 +34,18 @@ jobs: command: bun run src/main.ts archive - name: Format output data run: bun x oxfmt output - - name: Git staging, commit, push - continue-on-error: true - run: | - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add output - git commit -m '[Auto] API update' - git push + # - name: Git staging, commit, push + # continue-on-error: true + # run: | + # git config user.name "github-actions[bot]" + # git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + # git add output + # git commit -m '[Auto] API update' + # git push + - name: Git commit and push + uses: iarekylew00t/verified-bot-commit@v2 + with: + message: "[Auto] API update" + files: | + output + if-no-commit: info