summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-27 03:07:37 -0400
committerDax Raad <[email protected]>2025-09-27 03:07:37 -0400
commite54ec4500286c5f9f658b9d537ae5c4fc428633e (patch)
treef8e33250c7f7a8f1a95ba067796199956a320b8e
parent4b94d98f893009580e02a9ce323a67ef5a5d818c (diff)
downloadopencode-e54ec4500286c5f9f658b9d537ae5c4fc428633e.tar.gz
opencode-e54ec4500286c5f9f658b9d537ae5c4fc428633e.zip
ci: fix git identity in test workflow
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 35023faac..ad1e02049 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -24,6 +24,8 @@ jobs:
- name: run
run: |
+ git config --global user.email "[email protected]"
+ git config --global user.name "opencode"
bun install
bun turbo test
env: