We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339807d commit 1d0509cCopy full SHA for 1d0509c
1 file changed
github/action.yml
@@ -20,8 +20,13 @@ runs:
20
# shell: bash
21
# 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 ..
+ - name: Install opencode
+ shell: bash
25
+ run: |
26
+ git clone https://github.com/sst/opencode.git
27
+ cd opencode
28
+ bun i
29
+ cd ..
30
31
- name: Run opencode
32
shell: bash
0 commit comments