mirror of
https://github.com/sst/opencode.git
synced 2025-08-22 14:04:07 +00:00
sync
This commit is contained in:
parent
70b4b78922
commit
339807d1b8
1 changed files with 8 additions and 4 deletions
|
@ -16,14 +16,18 @@ inputs:
|
|||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Install opencode
|
||||
shell: bash
|
||||
run: curl -fsSL https://opencode.ai/install | bash
|
||||
# - name: Install opencode
|
||||
# shell: bash
|
||||
# run: curl -fsSL https://opencode.ai/install | bash
|
||||
|
||||
- run: git clone https://github.com/sst/opencode.git
|
||||
- run: cd opencode && bun i && cd ..
|
||||
|
||||
- name: Run opencode
|
||||
shell: bash
|
||||
id: run_opencode
|
||||
run: opencode github run
|
||||
#run: opencode github run
|
||||
run: bun opencode/packages/opencode/src/index.ts github run
|
||||
env:
|
||||
MODEL: ${{ inputs.model }}
|
||||
SHARE: ${{ inputs.share }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue