1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00

chore: Increase max-length in review workflow (#54)

* test max-length

* chore: Increase max-length in wf
This commit is contained in:
Justin Ma
2025-01-31 10:00:11 +08:00
committed by GitHub
parent e9361125bc
commit c984584c3a

View File

@@ -20,5 +20,5 @@ jobs:
- name: Deepseek Code Review
uses: hustcer/deepseek-review@develop
with:
max-length: 10
max-length: 10000
chat-token: ${{ secrets.CHAT_TOKEN }}