From 13670d2f8a2a4169d919ceeeb165faeaa778309d Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Fri, 19 Jul 2024 11:20:17 +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 d661b07c1d..6483efc051 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -523,6 +523,10 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 1 + - name: print branch name + shell: bash + run: | + echo "branch name: ${{ env.BRANCH_NAME }}" - name: Tests - HxP Frontend uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7 # v4.0.0 with: