diff --git a/.github/workflows/fixit-component-list.yml b/.github/workflows/fixit-component-list.yml index c9cbd7f9..b0715102 100644 --- a/.github/workflows/fixit-component-list.yml +++ b/.github/workflows/fixit-component-list.yml @@ -26,13 +26,13 @@ jobs: # - name: Commit changes # uses: stefanzweifel/git-auto-commit-action@v5 # with: - # commit_message: ':memo: Docs: update hugo-fixit component list' + # commit_message: 'docs(readme): update hugo-fixit component list' # commit_author: 'github-actions[bot] ' - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: title: 'Update hugo-fixit component list' - commit-message: ':memo: Docs: update hugo-fixit component list' + commit-message: 'docs(readme): update hugo-fixit component list' body: 'This PR updates the hugo-fixit component list in the README.' base: main branch: update-component-list