From 94aacf5153d4d974ebb138f5b6996cb36dc8e23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Mon, 17 Feb 2025 18:59:54 +0800 Subject: [PATCH] Update helm-docs.yaml Remove the part that causes the action to fail --- .github/workflows/helm-docs.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/helm-docs.yaml b/.github/workflows/helm-docs.yaml index c2522fd97..c007b02ba 100644 --- a/.github/workflows/helm-docs.yaml +++ b/.github/workflows/helm-docs.yaml @@ -107,12 +107,3 @@ jobs: echo "Files are identical. No update needed." echo "updated=false" >> $GITHUB_ENV fi - - - name: Commit translated README.zh.md - if: env.updated == 'true' - run: | - git config user.name "github-actions[bot]" - git config user.email "github-actions[bot]@users.noreply.github.com" - git add ./helm/higress/README.zh.md - git commit -m "Update translated README.zh.md" - git push \ No newline at end of file