Skip to content

Commit 167a7a2

Browse files
[CDAPI-100]: Remote APIM testing completed in preview env
1 parent 3b90ca6 commit 167a7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
script: |
368368
const fn = '${{ steps.names.outputs.function_name }}';
369369
const url = '${{ steps.names.outputs.preview_url }}';
370-
const proxy_url = ${{ env.BASE_URL }}
370+
const proxy_url = '${{ env.BASE_URL }}';
371371
const owner = context.repo.owner;
372372
const repo = context.repo.repo;
373373
const issueNumber = context.issue.number;

0 commit comments

Comments
 (0)