Skip to content

Generate helm docs 1/merge by @CRThaze" #5

Generate helm docs 1/merge by @CRThaze"

Generate helm docs 1/merge by @CRThaze" #5

name: Generate helm docs
run-name: Generate helm docs ${{ github.ref_name }} by @${{ github.actor }}"
on:
workflow_dispatch:
pull_request:
paths:
- values.yaml
- README.md.gotmpl
- README.md
- Chart.yaml
jobs:
update-readme:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render helm docs inside the README.md and push changes back to PR branch
uses: losisin/helm-docs-github-action@v1
with:
chart-search-root: .
git-push: true
git-push-user-name: "CometActions"
git-push-user-email: "github-actions@comet.com"
git-commit-message: "Update Helm documentation"