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 cd5d297 commit b906700Copy full SHA for b906700
.github/workflows/website-deploy-preview.yml
@@ -46,6 +46,7 @@ jobs:
46
uses: actions/checkout@v4
47
with:
48
fetch-depth: 0
49
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
50
# This workflows runs on pull_request_target, so we need to checkout the PR branch
51
ref: ${{ github.event.pull_request.head.ref }}
52
0 commit comments