Skip to content

Commit a51a8ca

Browse files
author
Frank
committed
sync
1 parent f4eeeb6 commit a51a8ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

github/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ runs:
3333
shell: bash
3434
id: run_opencode
3535
#run: opencode github run
36-
run: bun opencode/packages/opencode/src/index.ts github run
36+
run: |
37+
cd opencode/packages/opencode
38+
bun dev github run
3739
env:
3840
MODEL: ${{ inputs.model }}
3941
SHARE: ${{ inputs.share }}

0 commit comments

Comments
 (0)