We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2f11ec + 16d8b14 commit 6d2a4d5Copy full SHA for 6d2a4d5
1 file changed
.github/workflows/pr-preview.yml
@@ -1,7 +1,7 @@
1
name: Pr preview
2
3
on:
4
- pull_request:
+ pull_request_target:
5
6
jobs:
7
build-and-deploy:
@@ -16,6 +16,8 @@ jobs:
16
- name: Checkout Documentation Repository (ivorysql_doc)
17
uses: actions/checkout@v4
18
with:
19
+ ref: ${{ github.event.pull_request.head.sha }}
20
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
21
path: ivorysql_doc
22
23
- name: Fetch All Relevant Branches into Local Docs Repo
0 commit comments