Skip to content

Commit

Permalink
Add suggestions from code review.
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Spieker <[email protected]>
  • Loading branch information
ll-nick and orzechow authored Dec 9, 2024
1 parent 29652d1 commit 0182782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +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 pull request #${{ 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 0182782

Please sign in to comment.