From d758d14d90fda0904c5aea52e63652405c71c1cb Mon Sep 17 00:00:00 2001 From: Olha Yevtushenko Date: Wed, 13 Nov 2024 14:40:48 +0200 Subject: [PATCH] ci, helm: fix schema generation workflow --- .github/workflows/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index df09d6da..40d09db3 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -33,7 +33,7 @@ jobs: fi - name: "Commit changes and make PR" - if: steps.git-diff.changes == 'true' + if: steps.git-diff.outputs.changes == 'true' run: | git checkout -b helm/schema-update git add charts/k6-operator/values.schema.json