Update helm-docs.yaml

Remove the part that causes the action to fail
This commit is contained in:
澄潭
2025-02-17 18:59:54 +08:00
committed by GitHub
parent efcfdbf36e
commit 94aacf5153

View File

@@ -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