From 1ed572478f941eb616c51bd7a009717c49bd0928 Mon Sep 17 00:00:00 2001 From: David Collom Date: Thu, 22 Feb 2024 07:02:00 +0000 Subject: [PATCH] Fix: Action to checkout Forked repo (#155) --- .github/workflows/helm-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index bdd2a0dc..d5f21ed9 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -35,6 +35,7 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Check for values.yaml changes uses: dorny/paths-filter@v2 id: filter @@ -76,6 +77,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.head_ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} test: