mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +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 "Files are identical. No update needed."
|
||||||
echo "updated=false" >> $GITHUB_ENV
|
echo "updated=false" >> $GITHUB_ENV
|
||||||
fi
|
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