We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71fdb8 commit 964f006Copy full SHA for 964f006
.github/workflows/stage-5-acceptance.yaml
@@ -35,9 +35,9 @@ jobs:
35
id: get-hub-url
36
run: |
37
if ${{ inputs.release == 'R1' || inputs.release == 'release1' }}; then
38
- TEST_APP_URL=${{vars.TEST_APP_URL_R1}}
+ TEST_APP_URL=${{vars.TEST_APP_URL_R1}}
39
else
40
- TEST_APP_URL=${{vars.TEST_APP_URL_MAIN}}
+ TEST_APP_URL=${{vars.TEST_APP_URL_MAIN}}
41
fi
42
echo "test_app_url=$TEST_APP_URL" >> $GITHUB_OUTPUT
43
0 commit comments