Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Sep 27, 2024
1 parent 4cc783d commit 19d1451
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ jobs:
with:
ref: ${{github.event.pull_request.head.sha}}
- name: Run helm-docs and check diff
uses: losisin/helm-docs-github-action@v1
# TODO: Move to upstream once https://github.com/losisin/helm-docs-github-action/pull/270 is merged
uses: losisin/helm-docs-github-action@0f2a7b456e9e4393faa24d4d2e1636bdb0a5b9b9
with:
output-file: README.md
template-files: README.md.gotmpl
output-file: ./README.md
template-files: ./README.md.gotmpl
sort-values-order: file
fail-on-diff: true
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ repos:
hooks:
- id: helm-docs-built
args:
- --chart-to-generate=application
- --template-files=./README.md.gotmpl
- --chart-search-root=.
- --values-file=values.yaml
- --output-file=./../README.md
- --template-files=./README.md.gotmpl
- --sort-values-order=file

0 comments on commit 19d1451

Please sign in to comment.