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 c655a73 commit f89905dCopy full SHA for f89905d
.github/workflows/render.yml
@@ -48,12 +48,13 @@ jobs:
48
echo OUTPUT_FILENAME="${filename}" >> "$GITHUB_OUTPUT"
49
echo output filename: ${filename}
50
51
- # For pull requests, check out the head ref of the source branch.
+ # For pull requests, check out the head ref of the source branch from the source repo.
52
- name: Checkout
53
if: inputs.workflow == 'pr'
54
uses: actions/checkout@v4
55
with:
56
ref: ${{ github.head_ref }}
57
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
58
fetch-depth: 0
59
fetch-tags: true
60
# For other workflows, check out the requested revision (which defaults to
0 commit comments