We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b90ca6 commit 167a7a2Copy full SHA for 167a7a2
.github/workflows/preview-env.yaml
@@ -367,7 +367,7 @@ jobs:
367
script: |
368
const fn = '${{ steps.names.outputs.function_name }}';
369
const url = '${{ steps.names.outputs.preview_url }}';
370
- const proxy_url = ${{ env.BASE_URL }}
+ const proxy_url = '${{ env.BASE_URL }}';
371
const owner = context.repo.owner;
372
const repo = context.repo.repo;
373
const issueNumber = context.issue.number;
0 commit comments