There was an error while loading. Please reload this page.
1 parent 4a419e7 commit 0cd0e35Copy full SHA for 0cd0e35
1 file changed
.github/workflows/sync-docs.yaml
@@ -45,7 +45,7 @@ jobs:
45
git config user.name "github-actions[bot]"
46
git config user.email "github-actions[bot]@users.noreply.github.com"
47
git add .
48
- git commit -m "docs(helm): Update Helm chart documentation" || echo "No changes to commit"
+ git commit -m "docs(helm): update chart installation page" || echo "No changes to commit"
49
50
- name: Create Pull Request
51
uses: peter-evans/create-pull-request@v8
@@ -54,7 +54,7 @@ jobs:
54
token: ${{ steps.obtainToken.outputs.token }}
55
branch: docs/update-helm-docs
56
base: main
57
- title: Update Helm chart documentation
+ title: "docs(helm): update chart installation page"
58
delete-branch: true
59
path: target-repo
60
body: |
0 commit comments