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 7467558 commit 1af92e9Copy full SHA for 1af92e9
.github/workflows/run_tests_dev.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Set environment for Release
35
run: |
36
- echo "BASE_URL=https://dev.qa-playground.com/api/v1/" >> $GITHUB_ENV
+ echo "BASE_URL=https://dev-gs.qa-playground.com/api/v1/" >> $GITHUB_ENV
37
38
- name: Set API Token for Release
39
run: echo "API_TOKEN=${{ secrets.API_TOKEN }}" >> $GITHUB_ENV
0 commit comments