Skip to content

Commit b906700

Browse files
authored
Fix workflows for forks (#753)
1 parent cd5d297 commit b906700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/website-deploy-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747
with:
4848
fetch-depth: 0
49+
repository: ${{ github.event.pull_request.head.repo.full_name }}
4950
# This workflows runs on pull_request_target, so we need to checkout the PR branch
5051
ref: ${{ github.event.pull_request.head.ref }}
5152

0 commit comments

Comments
 (0)