From 426f49979b82e425e12a9f093c5b35986390e83c Mon Sep 17 00:00:00 2001 From: Sara Zan Date: Fri, 24 Jun 2022 18:36:19 +0200 Subject: [PATCH] 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 --- .github/actions/python_cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/python_cache/action.yml b/.github/actions/python_cache/action.yml index dc3d5156d..5d403bf84 100644 --- a/.github/actions/python_cache/action.yml +++ b/.github/actions/python_cache/action.yml @@ -25,7 +25,7 @@ runs: - name: Checkout uses: actions/checkout@v2 with: - repo: ${{ github.event.repository.name }} + repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} - name: Setup Python