You've already forked helm-actions
Compare commits
1 Commits
feat/schem
...
77af331cd5
Author | SHA1 | Date | |
---|---|---|---|
77af331cd5
|
@ -51,13 +51,13 @@ jobs:
|
|||||||
helm-schema-values:
|
helm-schema-values:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4
|
||||||
- name: Generate values schema json
|
with:
|
||||||
uses: losisin/helm-values-schema-json-action@v1.6.2
|
ref: ${{ github.event.pull_request.head.ref }}
|
||||||
with:
|
- name: Generate values schema json
|
||||||
input: values.yaml
|
uses: losisin/helm-values-schema-json-action@v1.8.0
|
||||||
- name: Verify values.schema.json
|
with:
|
||||||
run: |
|
input: values.yaml
|
||||||
if ! git diff --exit-code --name-only values.schema.json; then
|
- name: Verify values.schema.json
|
||||||
echo "Please update the values.schema.json and be carefully of breaking changes!" 2&>1
|
run: |
|
||||||
fi
|
git diff --exit-code --name-only values.schema.json
|
Reference in New Issue
Block a user