From a26416d0782c96e5cfb983fd2b7961d8137e9cfa Mon Sep 17 00:00:00 2001 From: Vladyslav Diachenko <82767850+vlad-diachenko@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:40:23 +0300 Subject: [PATCH] ci(helm): update Kube Diff workflow (#14173) Signed-off-by: Vladyslav Diachenko --- .github/workflows/helm-loki-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/helm-loki-ci.yml b/.github/workflows/helm-loki-ci.yml index 0ebc712c99e95..ca4daaaeb467b 100644 --- a/.github/workflows/helm-loki-ci.yml +++ b/.github/workflows/helm-loki-ci.yml @@ -32,12 +32,14 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.base.ref }} + repository: ${{ github.event.pull_request.base.repo.full_name }} path: ${{ github.workspace }}/base - name: Checkout PR branch to 'pr' folder within workspace uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} + repository: ${{ github.event.pull_request.head.repo.full_name }} path: ${{ github.workspace }}/pr - name: Render Helm chart for each scenario in the base branch