Skip to content

Commit ceba5c0

Browse files
committed
Bumps opencode action
1 parent ca6519b commit ceba5c0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/opencode.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ on:
1414

1515
jobs:
1616
opencode:
17-
if: |
18-
github.event_name == 'pull_request' ||
19-
contains(github.event.comment.body, ' /oc') ||
20-
startsWith(github.event.comment.body, '/oc') ||
21-
contains(github.event.comment.body, ' /opencode') ||
22-
startsWith(github.event.comment.body, '/opencode')
17+
# if: |
18+
# github.event_name == 'pull_request' ||
19+
# contains(github.event.comment.body, ' /oc') ||
20+
# startsWith(github.event.comment.body, '/oc') ||
21+
# contains(github.event.comment.body, ' /opencode') ||
22+
# startsWith(github.event.comment.body, '/opencode')
2323
runs-on: ubuntu-latest
2424
permissions:
2525
contents: read
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030

3131
- name: Run opencode
32-
uses: sst/opencode/github@5199141369bfd9264f824d1f20a8a906107a6ab5 # v0.11.3
32+
uses: sst/opencode/github@5345c828cac894a15f6347da681462bddfa8acf6 # v0.13.5
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
with:

0 commit comments

Comments
 (0)