mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-22 14:43:07 +00:00
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:
parent
6a7152044e
commit
426f49979b
2
.github/actions/python_cache/action.yml
vendored
2
.github/actions/python_cache/action.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user