We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e8cce5 commit a5c879eCopy full SHA for a5c879e
.github/workflows/prepare-new-pr.yml
@@ -20,6 +20,7 @@ jobs:
20
with:
21
ref: ${{ github.head_ref }}
22
path: prchangelog
23
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
24
sparse-checkout: .chloggen
25
26
# we're going to run prepare-new-pr script from the main branch
0 commit comments