Răsfoiți Sursa

ci: fix git identity in test workflow

Dax Raad 6 luni în urmă
părinte
comite
e54ec45002
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      .github/workflows/test.yml

+ 2 - 0
.github/workflows/test.yml

@@ -24,6 +24,8 @@ jobs:
 
 
       - name: run
       - name: run
         run: |
         run: |
+          git config --global user.email "[email protected]"
+          git config --global user.name "opencode"
           bun install
           bun install
           bun turbo test
           bun turbo test
         env:
         env: