From 3c450081e131fa9a26d68bad3e813b6a951149c9 Mon Sep 17 00:00:00 2001 From: Yev Date: Tue, 15 Oct 2024 21:30:45 +0200 Subject: [PATCH] commit changes --- .github/workflows/helm-docs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/helm-docs.yml b/.github/workflows/helm-docs.yml index f813d45..f4bf120 100644 --- a/.github/workflows/helm-docs.yml +++ b/.github/workflows/helm-docs.yml @@ -22,3 +22,8 @@ jobs: --template-files ./docs-template.md \ --output-file ../../docs/helm-charts.md \ --values-file values.yaml + + - name: Commit changes + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: Helm Docs Auto Commit