mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
CI: Install helm-docs before trying to use it.
This commit is contained in:
parent
088eb53c90
commit
94c52ff381
1 changed files with 1 additions and 0 deletions
1
.github/workflows/charts-changelog.yaml
vendored
1
.github/workflows/charts-changelog.yaml
vendored
|
@ -72,6 +72,7 @@ jobs:
|
|||
env:
|
||||
CHECK_BRANCH: "origin/${{ github.event.repository.default_branch }}"
|
||||
run: |
|
||||
GO111MODULE=on go get github.com/k8s-at-home/helm-docs/cmd/helm-docs
|
||||
./.github/scripts/gen-helm-docs.sh
|
||||
- name: Create commit
|
||||
id: create-commit
|
||||
|
|
Loading…
Reference in a new issue