From 29652d183b7d189cf3b48aed029670e8c9128e22 Mon Sep 17 00:00:00 2001 From: Nick Le Large Date: Mon, 9 Dec 2024 11:28:52 +0100 Subject: [PATCH] Remove line break in description details. --- ...bump-version-and-create-release-and-push-docker-images.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 4ceb65e..c612849 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,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]