Skip to content

Commit e5758c1

Browse files
committed
Bumps opencode GitHub Actions
1 parent 69b206c commit e5758c1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/opencode.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
jobs:
1616
opencode:
1717
if: |
18-
github.event_name == 'pull_request' ||
1918
contains(github.event.comment.body, ' /oc') ||
2019
startsWith(github.event.comment.body, '/oc') ||
2120
contains(github.event.comment.body, ' /opencode') ||
@@ -29,7 +28,7 @@ jobs:
2928
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3029

3130
- name: Run opencode
32-
uses: sst/opencode/github@27c211ef869cae9d18b3fefc36ba787af75ebde0 # v0.14.5
31+
uses: sst/opencode/github@2be9ed25906f2aa2e7525fa585ba6a3dd825eabf # v0.15.6
3332
env:
3433
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3534
with:

0 commit comments

Comments
 (0)