Skip to content

Commit 17f9ff6

Browse files
Update .github/workflows/preview-build.yml
Co-authored-by: Liam Thompson <[email protected]>
1 parent a9e868f commit 17f9ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
run: |
215215
case "${GITHUB_EVENT_NAME}" in
216216
"merge_group" | "pull_request" | "pull_request_target")
217-
path_prefix="/${GITHUB_REPOSITORY}/pull/${PR_NUMBER"
217+
path_prefix="/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}"
218218
;;
219219
"push" | "workflow_dispatch")
220220
path_prefix="/${GITHUB_REPOSITORY}/tree/${GITHUB_REF_NAME}"

0 commit comments

Comments
 (0)