Skip to content

Commit be8ef3f

Browse files
authored
Merge pull request #267 from homarr-labs/Meierschlumpf-patch-1
2 parents 4a419e7 + 0cd0e35 commit be8ef3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git config user.name "github-actions[bot]"
4646
git config user.email "github-actions[bot]@users.noreply.github.com"
4747
git add .
48-
git commit -m "docs(helm): Update Helm chart documentation" || echo "No changes to commit"
48+
git commit -m "docs(helm): update chart installation page" || echo "No changes to commit"
4949
5050
- name: Create Pull Request
5151
uses: peter-evans/create-pull-request@v8
@@ -54,7 +54,7 @@ jobs:
5454
token: ${{ steps.obtainToken.outputs.token }}
5555
branch: docs/update-helm-docs
5656
base: main
57-
title: Update Helm chart documentation
57+
title: "docs(helm): update chart installation page"
5858
delete-branch: true
5959
path: target-repo
6060
body: |

0 commit comments

Comments
 (0)