Skip to content

fix(deps): update module gopkg.in/yaml.v2 to v3 #153

fix(deps): update module gopkg.in/yaml.v2 to v3

fix(deps): update module gopkg.in/yaml.v2 to v3 #153

Workflow file for this run

name: Generate Helm Chart Documentation
on:
push:
jobs:
generate-helm-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Aimee-888/HelmDocs-GithubAction@v2
with:
src_path: chart
template_file: README.md.gotmpl
commit_message: "chore(chart): automatic update docs"
username: "shift"
email: "shift@someone.section.me"
git_push: "true"
- uses: EndBug/add-and-commit@v9.1.1