Skip to content

Commit d7d453e

Browse files
Merge pull request #123 from stackabletech/template_ec90de0
Update templated files to rev ec90de0
2 parents 23feb35 + 58fe912 commit d7d453e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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)