Skip to content

Commit

Permalink
Missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 13, 2024
1 parent 11671c6 commit 73049b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cloudformation-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 73049b8

Please sign in to comment.