From 78cd3dfa1afa3281588be9d5d7a122f57cb2c961 Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com> Date: Sat, 7 Sep 2024 04:46:34 +0200 Subject: [PATCH] chore: add fetch-depth in renovate-post-upgrade to fix CHANGED_CHARTS var issue --- .github/workflows/renovate-post-upgrade.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/renovate-post-upgrade.yaml b/.github/workflows/renovate-post-upgrade.yaml index 512a4f6f60..6db19a196a 100644 --- a/.github/workflows/renovate-post-upgrade.yaml +++ b/.github/workflows/renovate-post-upgrade.yaml @@ -36,6 +36,7 @@ jobs: token: '${{ steps.generate-github-token.outputs.token }}' repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} + fetch-depth: 0 # # Dependencies. #