From 4a7ffd9a82fd83bb5c1fe8c33a5e1f060518c5d0 Mon Sep 17 00:00:00 2001 From: bwaresiak Date: Wed, 17 Jul 2024 21:18:14 +0200 Subject: [PATCH] AdHoc lane: Make proper assignment to variable (#3095) Task/Issue URL: https://app.asana.com/0/856498667320406/1207823615637251/f Tech Design URL: CC: Description: AdHoc lane: Make proper assignment to variable --- .github/workflows/adhoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/adhoc.yml b/.github/workflows/adhoc.yml index baca7fb705..157bf4371f 100644 --- a/.github/workflows/adhoc.yml +++ b/.github/workflows/adhoc.yml @@ -51,7 +51,7 @@ jobs: run: | lane_to_use="adhoc" if [[ "${{ github.event.inputs.build-type }}" == "Release" ]]; then - lane_to_use = "release_adhoc" + lane_to_use="release_adhoc" fi if [[ -n "${{ github.event.inputs.suffix }}" ]]; then