From 73049b8aa3ea96bb89bb00e3262449d3642dde0a Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Fri, 13 Sep 2024 19:37:01 +0100 Subject: [PATCH] Missing } --- .github/actions/cloudformation-deploy/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cloudformation-deploy/action.yml b/.github/actions/cloudformation-deploy/action.yml index e755fc5c..d9fe9ca7 100644 --- a/.github/actions/cloudformation-deploy/action.yml +++ b/.github/actions/cloudformation-deploy/action.yml @@ -43,7 +43,7 @@ runs: id: priorities shell: bash run: | - if [ "${{inputs.AWS_LOAD_BALANCER_PRIORITY}" -gt 0 ]; then + if [ "${{inputs.AWS_LOAD_BALANCER_PRIORITY}}" -gt 0 ]; then { MAIN=$((${{inputs.AWS_LOAD_BALANCER_PRIORITY}})) DIRECT1=$(($MAIN+1))