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: