fix(deps): update module github.com/go-kit/kit to v0.13.0 (#119) #175
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9.1.3 |