Compare commits
3 commits
cda0a78b7a
...
77aeee8d48
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77aeee8d48 | ||
| f5e08aa896 | |||
| fd5b131ff4 |
2 changed files with 2 additions and 4 deletions
|
|
@ -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 }}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ pillow==12.2.0
|
|||
propcache==0.5.2
|
||||
pydantic==2.13.4
|
||||
pydantic-settings==2.14.1
|
||||
pydantic_core==2.46.4
|
||||
pydantic_core==2.47.0
|
||||
python-dotenv==1.2.2
|
||||
PyYAML==6.0.3
|
||||
sniffio==1.3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue