Fix base ref determination for artifact download in ecosystem CI check (#3499)

This commit is contained in:
Samuel Cormier-Iijima 2023-03-13 22:37:12 -04:00 committed by GitHub
parent a82fe4a139
commit 3a7bdb39c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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