fix pr's
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
bf94715b4d
commit
45670434f5
@ -65,8 +65,8 @@ let
|
|||||||
jobOfPR = id: info: {
|
jobOfPR = id: info: {
|
||||||
name = "pr-${id}";
|
name = "pr-${id}";
|
||||||
value = makeJob {
|
value = makeJob {
|
||||||
description = "PR ${id}: ${info.title}";
|
description = "PR ${id}: ${info.${id}.title}";
|
||||||
flake = "git+ssh://git@github.com/${info.head.repo.full_name}?ref=${info.head.ref}";
|
flake = "git+ssh://git@github.com/${info.${id}.head.repo.full_name}?ref=${info.${id}.head.ref}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
attrsToList = l: builtins.attrValues (builtins.mapAttrs (name: value: { inherit name value; }) l);
|
attrsToList = l: builtins.attrValues (builtins.mapAttrs (name: value: { inherit name value; }) l);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user