From 018278256d31bd5064cc33dd7589d6267ee5e49d Mon Sep 17 00:00:00 2001 From: ll-nick <68419636+ll-nick@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:58:36 +0100 Subject: [PATCH] Add suggestions from code review. Co-authored-by: Piotr Spieker --- .../bump-version-and-create-release-and-push-docker-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version-and-create-release-and-push-docker-images.yaml b/.github/workflows/bump-version-and-create-release-and-push-docker-images.yaml index c612849..8a23112 100644 --- a/.github/workflows/bump-version-and-create-release-and-push-docker-images.yaml +++ b/.github/workflows/bump-version-and-create-release-and-push-docker-images.yaml @@ -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]