This action installs norwoodj/helm-docs, a tool for automatically generating markdown documentation for Helm charts.
Name | Description | Required | Default |
---|---|---|---|
version |
The Helm Docs version to install | false |
latest |
repo |
The Helm Docs repo to use | false |
norwoodj/helm-docs |
token |
GitHub token | false |
${{ github.token }} |
Name | Description |
---|---|
version |
The Helm Docs version that was installed |
name: Update Chart Metadata
on: push
jobs:
update-chart-metadata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gabe565/setup-helm-docs-action@v1
- run: helm-docs