diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 9800a44c..0919ed48 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -32,7 +32,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