Skip to content

Commit c2903c3

Browse files
authored
Merge pull request #290 from jiaoshuntian/update_workflow
Enable unsafe PR checkout in workflow
2 parents 4dfe7a3 + 2150371 commit c2903c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
repository: ${{ github.event.pull_request.head.repo.full_name }}
2121
path: ivorysql_doc
22+
allow-unsafe-pr-checkout: true
2223

2324
- name: Fetch All Relevant Branches into Local Docs Repo
2425
working-directory: ./ivorysql_doc

0 commit comments

Comments
 (0)