From 9115bf0a39a971839f4d448444fc394a23fc333b Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Fri, 19 Jul 2024 10:14:05 +0200 Subject: [PATCH] Simulate breaking change 17 --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index cecc8e1b7e..4a33ca9fa0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -531,7 +531,7 @@ jobs: inputs: > { "environment": "apaRc", - "use-local-adf": "fix/AAE-24001-complexity-trigger", + "use-local-adf": ${{ env.BRANCH_NAME }}, "notify-on-failure": true, "rp-trigger": "adf-to-hxp-test", "slack-channel-id": "D056HA6MP6Y",