Skip to content

Commit

Permalink
add helm docs back
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Oct 8, 2024
1 parent ae196aa commit a62586e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,20 @@ runs:
GITHUB_TOKEN: ${{ github.token }}
shell: bash

- name: Install `helm-docs`
if: inputs.run-helm-docs == 'true' && env.CHANGES == 'true'
uses: jdx/mise-action@v2
with:
install_args: helm-docs

- name: Run `helm-docs`
if: inputs.run-helm-docs == 'true' && env.CHANGES == 'true'
run: |
helm-docs --template-files=README.md.gotmpl
git commit -am "helm-docs"
git push
shell: bash

- name: Create PR
if: env.CHANGES == 'true'
run: |
Expand Down

0 comments on commit a62586e

Please sign in to comment.