diff options
| author | Dax Raad <[email protected]> | 2025-09-27 03:07:37 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-27 03:07:37 -0400 |
| commit | e54ec4500286c5f9f658b9d537ae5c4fc428633e (patch) | |
| tree | f8e33250c7f7a8f1a95ba067796199956a320b8e | |
| parent | 4b94d98f893009580e02a9ce323a67ef5a5d818c (diff) | |
| download | opencode-e54ec4500286c5f9f658b9d537ae5c4fc428633e.tar.gz opencode-e54ec4500286c5f9f658b9d537ae5c4fc428633e.zip | |
ci: fix git identity in test workflow
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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: |
