From 5813e0115ada88e5aa55257e213a19c8f8b71d20 Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Wed, 2 Aug 2023 16:35:26 +0200 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/helm-docs.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index 03b00ce1..b4912037 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -38,8 +38,4 @@ jobs: run: | docker run --pull always --rm --volume "$(pwd):/helm-docs" -u $(id -u) jnorwood/helm-docs:latest - - uses: stefanzweifel/git-auto-commit-action@v4 - with: - commit_message: Helm-Docs update - file_pattern: charts/studio/README.md