Skip to content

Commit

Permalink
ci, helm: fix schema generation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Nov 13, 2024
1 parent b2bf40a commit d758d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d758d14

Please sign in to comment.