Skip to content

Commit a2949e3

Browse files
committed
Checkout fix 3
Signed-off-by: Jing Chen <[email protected]>
1 parent a2b25bd commit a2949e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-examples-prep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
runner-os: ${{ runner.os }}
49-
repository: ${{ github.repository }}
49+
repository: ${{ github.event.pull_request.head.repo.full_name }}
5050
head-ref: ${{ github.event.pull_request.head.ref }}
5151
token: ${{ github.token }}
5252
update-results: 'false'

0 commit comments

Comments
 (0)