mirror of
https://github.com/alibaba/higress.git
synced 2026-03-02 23:51:11 +08:00
Update helm-docs.yaml
Remove the part that causes the action to fail
This commit is contained in:
9
.github/workflows/helm-docs.yaml
vendored
9
.github/workflows/helm-docs.yaml
vendored
@@ -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
|
||||
Reference in New Issue
Block a user