1 parent c48e299 commit 6caa9cbCopy full SHA for 6caa9cb
1 file changed
.github/workflows/opencode-review.yml
@@ -16,6 +16,12 @@ jobs:
16
- uses: actions/checkout@v6
17
with:
18
persist-credentials: false
19
+
20
+ - name: Configure git identity
21
+ run: |
22
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
23
+ git config --global user.name "github-actions[bot]"
24
25
- uses: anomalyco/opencode/github@latest
26
env:
27
OPENCODE_API_KEY: ${{ secrets.OPENCODE_API_KEY }}
0 commit comments