Skip to content

Commit 60e0436

Browse files
committed
update-project-version: Set commit message to the same thing as the PR title
1 parent 89453df commit 60e0436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update-project-version/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ runs:
5656
with:
5757
base: ${{ steps.set-vars.outputs.base-branch }}
5858
branch: ${{ steps.set-vars.outputs.branch-name }}
59+
commit-message: "chore: Update project version - ${{ steps.set-vars.outputs.base-branch }}"
5960
title: "chore: Update project version - ${{ steps.set-vars.outputs.base-branch }}"
6061
# The workflow log currently points to the run, not the specific job
6162
# within that run. Linking to a specific job requires the numeric job id,

0 commit comments

Comments
 (0)