We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94ae55 commit 9259d2bCopy full SHA for 9259d2b
1 file changed
.github/actions/setup-git-committer/action.yml
@@ -23,6 +23,7 @@ runs:
23
with:
24
app-id: ${{ inputs.opencode-app-id }}
25
private-key: ${{ inputs.opencode-app-secret }}
26
+ owner: ${{ github.repository_owner }}
27
28
- name: Configure git user
29
run: |
0 commit comments