fix(cicd): 模板默认 runner 改为 windows,deepseek_review 加 shell: bash
This commit is contained in:
parent
69183fb06c
commit
35a8212472
@ -313,7 +313,7 @@ on:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -348,7 +348,7 @@ on:
|
||||
|
||||
jobs:
|
||||
ai-review:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
@ -363,6 +363,7 @@ jobs:
|
||||
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
||||
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
|
||||
REPO: ${{ github.repository }}
|
||||
shell: bash
|
||||
run: |
|
||||
python3 << 'PYEOF'
|
||||
import os, sys, json, urllib.request, subprocess
|
||||
|
||||
Loading…
Reference in New Issue
Block a user