From a8e0296ddf619a4df0ebc29f9ebfdd4ba0ec248a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Fri, 4 Feb 2022 13:50:58 +0100 Subject: [PATCH] ci: Explicitly check out head repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/workflows/charts-readme.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/charts-readme.yaml b/.github/workflows/charts-readme.yaml index 4a6934c4..ea819962 100644 --- a/.github/workflows/charts-readme.yaml +++ b/.github/workflows/charts-readme.yaml @@ -48,6 +48,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.head_ref }} + repository: ${{github.event.pull_request.head.repo.full_name}} - name: Install Kubernetes tools uses: yokawasa/action-setup-kube-tools@v0.8.0