Skip to content

Commit 05ac717

Browse files
authored
Merge pull request #2977 from IntersectMBO/chore/update-commit-message-of-package-bump-action
chore: change automated pillar package update commit message
2 parents 203da74 + 6c91642 commit 05ac717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-intersect-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
token: ${{ secrets.GITHUB_TOKEN }}
5959
branch: "chore/${{ github.event.inputs.package_name }}-${{ github.event.inputs.new_version }}"
6060
title: "Update ${{ github.event.inputs.package_name }} to ${{ github.event.inputs.new_version }}"
61+
commit-message: "chore: update ${{ github.event.inputs.package_name }} to ${{ github.event.inputs.new_version }}"
6162
body: |
6263
This PR updates `${{ github.event.inputs.package_name }}` to version `${{ github.event.inputs.new_version }}`.
6364

0 commit comments

Comments
 (0)