From 6a7152044e19e149b2e7e6eb7c98bceab8bcd239 Mon Sep 17 00:00:00 2001 From: Sara Zan Date: Fri, 24 Jun 2022 17:08:28 +0200 Subject: [PATCH] add repo name as well (#2729) --- .github/actions/python_cache/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/python_cache/action.yml b/.github/actions/python_cache/action.yml index 23aeb100d..dc3d5156d 100644 --- a/.github/actions/python_cache/action.yml +++ b/.github/actions/python_cache/action.yml @@ -25,6 +25,7 @@ runs: - name: Checkout uses: actions/checkout@v2 with: + repo: ${{ github.event.repository.name }} ref: ${{ github.head_ref }} - name: Setup Python