Skip to content

Commit

Permalink
Remove line break in description details.
Browse files Browse the repository at this point in the history
  • Loading branch information
ll-nick committed Dec 9, 2024
1 parent 27dd005 commit 29652d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
body: |
${{ github.event.pull_request.body }}
This release is based on #${{ github.event.pull_request.number }} and has been published
by release job [${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).
This release is based on #${{ github.event.pull_request.number }} and has been published by release job [${{ github.run_id }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}).
build-and-run-release-tests:
needs: [compute-version, create-release]
Expand Down

0 comments on commit 29652d1

Please sign in to comment.