From 683c0fd2ccb14f51e75529d56b326709be4d19d4 Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Fri, 19 Jul 2024 11:24:59 +0200 Subject: [PATCH] Simulate breaking change 20 --- .github/workflows/pull-request.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6483efc051..4981053cf9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -123,6 +123,10 @@ jobs: - name: Get branch name uses: Alfresco/alfresco-build-tools/.github/actions/get-branch-name@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0 + - name: print branch name + shell: bash + run: | + echo "branch name: ${{ env.BRANCH_NAME }}" - name: Save commit message uses: Alfresco/alfresco-build-tools/.github/actions/get-commit-message@76affd16a4dd9a440cf66bf42656b1d826e8dfc2 # v5.34.0