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