Skip to content

Commit 964f006

Browse files
VIA-598 Fix typo spaces in acceptance stage yaml file
1 parent b71fdb8 commit 964f006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
id: get-hub-url
3636
run: |
3737
if ${{ inputs.release == 'R1' || inputs.release == 'release1' }}; then
38-
TEST_APP_URL=${{vars.TEST_APP_URL_R1}}
38+
TEST_APP_URL=${{vars.TEST_APP_URL_R1}}
3939
else
40-
TEST_APP_URL=${{vars.TEST_APP_URL_MAIN}}
40+
TEST_APP_URL=${{vars.TEST_APP_URL_MAIN}}
4141
fi
4242
echo "test_app_url=$TEST_APP_URL" >> $GITHUB_OUTPUT
4343

0 commit comments

Comments
 (0)