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 a2b25bd commit a2949e3Copy full SHA for a2949e3
.github/workflows/run-examples-prep.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
python-version: ${{ matrix.python-version }}
48
runner-os: ${{ runner.os }}
49
- repository: ${{ github.repository }}
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
50
head-ref: ${{ github.event.pull_request.head.ref }}
51
token: ${{ github.token }}
52
update-results: 'false'
0 commit comments