We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23feb35 + 58fe912 commit d7d453eCopy full SHA for d7d453e
.github/workflows/build.yml
@@ -272,7 +272,7 @@ jobs:
272
run: git diff --exit-code
273
- name: Git Diff showed uncommitted changes
274
if: ${{ failure() }}
275
- uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # tag=v6
+ uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6
276
with:
277
script: |
278
core.setFailed('Committed charts were not up to date, please regenerate and re-commit!')
.yamllint.yaml
@@ -10,3 +10,5 @@ rules:
10
check-keys: false
11
comments:
12
min-spaces-from-content: 1 # Needed due to https://github.com/adrienverge/yamllint/issues/443
13
+ indentation:
14
+ indent-sequences: consistent
0 commit comments