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 a9e868f commit 17f9ff6Copy full SHA for 17f9ff6
.github/workflows/preview-build.yml
@@ -214,7 +214,7 @@ jobs:
214
run: |
215
case "${GITHUB_EVENT_NAME}" in
216
"merge_group" | "pull_request" | "pull_request_target")
217
- path_prefix="/${GITHUB_REPOSITORY}/pull/${PR_NUMBER"
+ path_prefix="/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}"
218
;;
219
"push" | "workflow_dispatch")
220
path_prefix="/${GITHUB_REPOSITORY}/tree/${GITHUB_REF_NAME}"
0 commit comments