fix: using the right body #100

Merged
alpha-nerd merged 1 commit from workflow-tuning into main 2026-05-30 11:26:23 +02:00
Showing only changes of commit fd5b131ff4 - Show all commits

View file

@ -11,7 +11,7 @@ jobs:
opencode:
if: |
contains(github.event.comment.body, '/oc') ||
contains(github.event.comment.body, '/opencode')
contains(github.event.review.body, '/oc')
runs-on: docker-amd64
container:
image: node:lts-bookworm
@ -58,5 +58,3 @@ jobs:
forgejo_api_url: https://bitfreedom.net/code/
forgejo_token: ${{ secrets.FORGEJO_TOKEN }}
forgejo_push_token: ${{ secrets.FORGEJO_PUSH_TOKEN }}