We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a146e12 commit 5a77004Copy full SHA for 5a77004
2 files changed
.github/workflows/deploy-main.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Determine the correct test server
25
id: test-server
26
- run: echo "server=`./.github/get-release-server.sh ${{ github.ref_name }}`" >> $GITHUB_OUTPUT
+ run: echo "server=https://`./.github/get-release-server.sh ${{ github.ref_name }}`" >> $GITHUB_OUTPUT
27
28
- name: Determine branch name
29
id: branch-name
.github/workflows/deploy-test.yml
@@ -26,7 +26,7 @@ jobs:
30
31
32
0 commit comments