mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix(ci): read the pull request base ref from env, not a template expansion
This commit is contained in:
parent
65df36c4c3
commit
a37c29bb01
1 changed files with 3 additions and 1 deletions
4
.github/workflows/mutation-test-pr.yml
vendored
4
.github/workflows/mutation-test-pr.yml
vendored
|
|
@ -46,9 +46,11 @@ jobs:
|
|||
|
||||
- name: Scope the run to the diff
|
||||
id: scope
|
||||
env:
|
||||
BASE_REF: ${{ github.event.pull_request.base.ref }}
|
||||
run: |
|
||||
python scripts/mutation_diff_scope.py \
|
||||
--base "origin/${{ github.event.pull_request.base.ref }}" \
|
||||
--base "origin/$BASE_REF" \
|
||||
--write-pyproject | tee mutmut-scope.log
|
||||
|
||||
- name: Set up uv
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue