Change repo with repository in python_cache (#2731)

* Change repo with repository

* remove name

* using owner and name

* use owner name

* replace name with login

* Trying with the PR context instead
This commit is contained in:
Sara Zan 2022-06-24 18:36:19 +02:00 committed by GitHub
parent 6a7152044e
commit 426f49979b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ runs:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repo: ${{ github.event.repository.name }} repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- name: Setup Python - name: Setup Python