From 13cd932aff63f9cab75bced6ae1f3105c24b8270 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Fri, 17 May 2024 12:25:19 +0200 Subject: [PATCH] Minor --- .github/workflows/create-cms-pr.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-cms-pr.yml b/.github/workflows/create-cms-pr.yml index 13700a7080..8c16a8f252 100644 --- a/.github/workflows/create-cms-pr.yml +++ b/.github/workflows/create-cms-pr.yml @@ -62,5 +62,6 @@ jobs: - name: Adding summary about skip if branch is develop or master # TODO: remove hardcoded org/repo run: | - echo "Skipped PR creation because the branch was not a feature branch... " >> $GITHUB_STEP_SUMMARY + echo "Skipped PR creation because the branch was: $RELEASE_BRANCH " >> $GITHUB_STEP_SUMMARY + echo "whuch is not considered being a release branch... " >> $GITHUB_STEP_SUMMARY if: ${{ contains(fromJSON('["develop", "master"]'), env.RELEASE_BRANCH) }}