Skip to content

Commit 0dc210b

Browse files
committed
fix
1 parent ce8b969 commit 0dc210b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
if: github.event_name == 'push' || steps.check-files.outputs.any_changed == 'true'
5454
uses: actions/checkout@v4
5555
with:
56+
repository: '${{ github.event.pull_request.head.repo.full_name || github.repository }}'
5657
ref: ${{ github.event.pull_request.head.sha || github.ref }}
5758
persist-credentials: false
5859

0 commit comments

Comments
 (0)