···8080 name = "pr_${n}";
8181 value = mkJobset {
8282 description = "${pr.title} ${pr.html_url}";
8383- flake = "git+ssh://git@github.com/${pr.head.repo.full_name}?ref=${pr.head.ref}";
8383+ # Force fork's sha to be from within the context of the parent
8484+ flake = "git+ssh://git@github.com/${repo.owner}/${repo.name}?rev=${pr.head.sha}";
8485 };
8586 }) pull_requests)
8687 );