From 16aa61f98e059058c13d9c5bff2e2e7d21db19ae Mon Sep 17 00:00:00 2001 From: MoeFurina Date: Sun, 2 Aug 2026 11:00:13 +0800 Subject: [PATCH] ci(test): test ci workflow file --- .github/workflows/opencode.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/opencode.yml b/.github/workflows/opencode.yml index 05dbb02..c682552 100644 --- a/.github/workflows/opencode.yml +++ b/.github/workflows/opencode.yml @@ -38,6 +38,11 @@ jobs: persist-credentials: false token: ${{ steps.token.outputs.token }} + - name: Configure git identity + run: | + git config --global user.name "takanashi-hoshino-agent[bot]" + git config --global user.email "takanashi-hoshino-agent[bot]@users.noreply.github.com" + - name: Run opencode uses: anomalyco/opencode/github@latest env: