mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
chore: Update prompts to English in action.yaml (#9)
* chore: Update prompts to English * chore: Update prompts to English * cs
This commit is contained in:
6
.github/workflows/basic.yml
vendored
6
.github/workflows/basic.yml
vendored
@@ -19,15 +19,13 @@ jobs:
|
||||
setup-deepseek-review:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
name: Deepseek Code Review
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Deepseek Code Review
|
||||
uses: hustcer/deepseek-review@main
|
||||
uses: hustcer/deepseek-review@develop
|
||||
with:
|
||||
deepseek-token: ${{ secrets.DEEPSEEK_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user