Skip to content

Commit e5ea0ff

Browse files
committed
Update ticket description format and simplify PR description handling in bump-gitstream-core workflow
1 parent 3c6f47d commit e5ea0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bump-gitstream-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
required: true
1111
default: 2.1.133
1212
ticket:
13-
description: LINBEE-XXXX ticket number
13+
description: LINBEE-XXXXX ticket number
1414
default: LINBEE-8514
1515
required: false
1616
description:
@@ -54,11 +54,11 @@ jobs:
5454
env:
5555
GH_TOKEN: ${{ github.token }}
5656
run: |
57-
echo -e "Bump \`@linearb/gitstream-core\` to \`${{ env.VERSION }}\`\n\n${{ inputs.description }}" > pr_description.txt
57+
echo -e "${{ inputs.description }}" > pr_description.txt
5858
git config --global user.name 'GitHub Actions Bot'
5959
git config --global user.email 'actions@github.com'
6060
git add package.json package-lock.json dist/index.js
61-
git commit -m "bump `@linearb/gitstream-core` to `${{ env.VERSION }}`" -m "${{ inputs.description }}"
61+
git commit -m "bump `@linearb/gitstream-core` to `${{ env.VERSION }}`"
6262
git push origin HEAD:${{ env.BRANCH_NAME }}
6363
gh pr create \
6464
--base develop \

0 commit comments

Comments
 (0)