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.
2 parents 203da74 + 6c91642 commit 05ac717Copy full SHA for 05ac717
.github/workflows/update-intersect-package.yml
@@ -58,6 +58,7 @@ jobs:
58
token: ${{ secrets.GITHUB_TOKEN }}
59
branch: "chore/${{ github.event.inputs.package_name }}-${{ github.event.inputs.new_version }}"
60
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 }}"
62
body: |
63
This PR updates `${{ github.event.inputs.package_name }}` to version `${{ github.event.inputs.new_version }}`.
64
0 commit comments