We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89453df commit 60e0436Copy full SHA for 60e0436
update-project-version/action.yml
@@ -56,6 +56,7 @@ runs:
56
with:
57
base: ${{ steps.set-vars.outputs.base-branch }}
58
branch: ${{ steps.set-vars.outputs.branch-name }}
59
+ commit-message: "chore: Update project version - ${{ steps.set-vars.outputs.base-branch }}"
60
title: "chore: Update project version - ${{ steps.set-vars.outputs.base-branch }}"
61
# The workflow log currently points to the run, not the specific job
62
# within that run. Linking to a specific job requires the numeric job id,
0 commit comments