asdas
This commit is contained in:
parent
c2c15fa140
commit
c202087df8
@ -57,4 +57,7 @@ jobs:
|
||||
with:
|
||||
input: values.yaml
|
||||
- name: Verify values.schema.json
|
||||
run: git diff --exit-code --name-only values.schema.json
|
||||
run: |
|
||||
if ! git diff --exit-code --name-only values.schema.json; then
|
||||
echo "Please update the values.schema.json and be carefully of breaking changes!" 2&>1
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user