File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments