We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2955216 + 87a6352 commit 927412bCopy full SHA for 927412b
template/.github/workflows/docs.yml
@@ -47,6 +47,7 @@ jobs:
47
- uses: actions/checkout@v4
48
with:
49
ref: ${{ inputs.branch == '' && github.ref_name || inputs.branch }}
50
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
51
fetch-depth: 0 # history required so cmake can determine version
52
- uses: actions/setup-python@v5
53
0 commit comments