Skip to content

Commit cfcae08

Browse files
committed
Fix source repo name
1 parent 20445b5 commit cfcae08

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
@@ -49,7 +49,7 @@ jobs:
4949
update-results: ${{ steps.parse-run-examples-config.outputs.update_results }}
5050
check: ${{ steps.changed-pdl-files.outputs.all_changed_files }}
5151
head-ref: ${{ github.event.pull_request.head.ref }}
52-
repository: ${{ github.event.repository.full_name }}
52+
repository: ${{ github.event.pull_request.head.repo.full_name }}
5353
token: ${{ github.token }}
5454

5555
# Patch config with update_results to false

0 commit comments

Comments
 (0)