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