mirror of https://github.com/astral-sh/ruff
Fix base ref determination for artifact download in ecosystem CI check (#3499)
This commit is contained in:
parent
a82fe4a139
commit
3a7bdb39c9
|
|
@ -147,7 +147,7 @@ jobs:
|
||||||
- uses: dawidd6/action-download-artifact@v2
|
- uses: dawidd6/action-download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ruff
|
name: ruff
|
||||||
branch: ${{ github.event.pull_request.base_ref }}
|
branch: ${{ github.event.pull_request.base.ref }}
|
||||||
check_artifacts: true
|
check_artifacts: true
|
||||||
- name: Run ecosystem check
|
- name: Run ecosystem check
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue