Skip to content

Commit a5c879e

Browse files
authored
Fix PR CI check: specify forked repo (#1787)
1 parent 6e8cce5 commit a5c879e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prepare-new-pr.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
ref: ${{ github.head_ref }}
2222
path: prchangelog
23+
repository: ${{ github.event.pull_request.head.repo.full_name }}
2324
sparse-checkout: .chloggen
2425

2526
# we're going to run prepare-new-pr script from the main branch

0 commit comments

Comments
 (0)