fix(ci): read the pull request base ref from env, not a template expansion

This commit is contained in:
ryan-crabbe-berri 2026-08-20 12:04:45 -07:00
parent 65df36c4c3
commit a37c29bb01

View file

@ -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