Skip to content

Commit 5a77004

Browse files
committed
Setting vite test server url with scheme
1 parent a146e12 commit 5a77004

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Determine the correct test server
2525
id: test-server
26-
run: echo "server=`./.github/get-release-server.sh ${{ github.ref_name }}`" >> $GITHUB_OUTPUT
26+
run: echo "server=https://`./.github/get-release-server.sh ${{ github.ref_name }}`" >> $GITHUB_OUTPUT
2727

2828
- name: Determine branch name
2929
id: branch-name

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Determine the correct test server
2828
id: test-server
29-
run: echo "server=`./.github/get-release-server.sh ${{ github.ref_name }}`" >> $GITHUB_OUTPUT
29+
run: echo "server=https://`./.github/get-release-server.sh ${{ github.ref_name }}`" >> $GITHUB_OUTPUT
3030

3131
- name: Determine branch name
3232
id: branch-name

0 commit comments

Comments
 (0)