From 6bb3e1ba659fa8aeeaa5dc6f5e225e0651caa676 Mon Sep 17 00:00:00 2001 From: Olha Yevtushenko Date: Fri, 1 Nov 2024 13:54:21 +0200 Subject: [PATCH] ci: debug helm release --- .github/workflows/helm-release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index d8eb6f6a..78597465 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -6,6 +6,7 @@ on: push: branches: - main + - ci/fix-helm-release paths: - 'charts/k6-operator/Chart.yaml' @@ -27,6 +28,8 @@ jobs: git add charts/k6-operator/values.schema.json git diff --cached | tee diff.file echo "WC_DIFF=$(wc -c < diff.file)" >> "$GITHUB_OUTPUT" + echo "Diff is $WC_DIFF." + cat diff.file - name: "Make PR" if: ${{ steps.branch.WC_DIFF }} > 0