Skip to content

Commit 235113d

Browse files
committed
Update templated files to rev ec90de0 (#262)
Automatically created PR based on commit ec90de0cf4e1140c3a6771146f75be20fa95608b in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: siegfriedweber with message [Configure yamllint to accept non-indented sequences which are produced by serde_yaml:0.9]
1 parent c821e63 commit 235113d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
run: git diff --exit-code
273273
- name: Git Diff showed uncommitted changes
274274
if: ${{ failure() }}
275-
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # tag=v6
275+
uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6
276276
with:
277277
script: |
278278
core.setFailed('Committed charts were not up to date, please regenerate and re-commit!')

.yamllint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ rules:
1010
check-keys: false
1111
comments:
1212
min-spaces-from-content: 1 # Needed due to https://github.com/adrienverge/yamllint/issues/443
13+
indentation:
14+
indent-sequences: consistent

0 commit comments

Comments
 (0)