From 8c2439541be9cfe030ec0dbfb176900fabe52ff6 Mon Sep 17 00:00:00 2001 From: nleconte-csgroup Date: Mon, 15 Apr 2024 17:11:56 +0200 Subject: [PATCH] wip: helm doc --- .github/workflows/doc-helm.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/doc-helm.yaml b/.github/workflows/doc-helm.yaml index 3ee4d25..d97885b 100644 --- a/.github/workflows/doc-helm.yaml +++ b/.github/workflows/doc-helm.yaml @@ -9,4 +9,6 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - name: Run helm-docs - uses: losisin/helm-docs-github-action@v1 \ No newline at end of file + uses: losisin/helm-docs-github-action@v1 + with: + git-push: true \ No newline at end of file