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 20445b5 commit cfcae08Copy full SHA for cfcae08
.github/workflows/run-examples-prep.yml
@@ -49,7 +49,7 @@ jobs:
49
update-results: ${{ steps.parse-run-examples-config.outputs.update_results }}
50
check: ${{ steps.changed-pdl-files.outputs.all_changed_files }}
51
head-ref: ${{ github.event.pull_request.head.ref }}
52
- repository: ${{ github.event.repository.full_name }}
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
53
token: ${{ github.token }}
54
55
# Patch config with update_results to false
0 commit comments