We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b4b78 commit 339807dCopy full SHA for 339807d
1 file changed
github/action.yml
@@ -16,14 +16,18 @@ inputs:
16
runs:
17
using: "composite"
18
steps:
19
- - name: Install opencode
20
- shell: bash
21
- run: curl -fsSL https://opencode.ai/install | bash
+ # - name: Install opencode
+ # shell: bash
+ # run: curl -fsSL https://opencode.ai/install | bash
22
+
23
+ - run: git clone https://github.com/sst/opencode.git
24
+ - run: cd opencode && bun i && cd ..
25
26
- name: Run opencode
27
shell: bash
28
id: run_opencode
- run: opencode github run
29
+ #run: opencode github run
30
+ run: bun opencode/packages/opencode/src/index.ts github run
31
env:
32
MODEL: ${{ inputs.model }}
33
SHARE: ${{ inputs.share }}
0 commit comments