Skip to content

Commit 1e35aa3

Browse files
VIA-598 AJ Fix script evaluation
1 parent 1540cdc commit 1e35aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-5-acceptance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: get-hub-url
3838
shell: bash
3939
run: |
40-
if [[ ${{ inputs.checkout_ref }} == v1.0.* }} ]]; then
40+
if [[ "${{ inputs.checkout_ref }}" == v1.0.* ]]; then
4141
TEST_APP_URL=${{vars.TEST_APP_URL_R1}}
4242
else
4343
TEST_APP_URL=${{vars.TEST_APP_URL_MAIN}}

0 commit comments

Comments
 (0)