ci(test): test ci workflow file

This commit is contained in:
ElyPrism 2026-08-02 11:00:13 +08:00
parent a939003b92
commit 16aa61f98e
No known key found for this signature in database

View File

@ -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: