fix pr input config
This commit is contained in:
parent
8cc3ccfb55
commit
4112cd1654
1 changed files with 30 additions and 28 deletions
|
@ -22,6 +22,7 @@
|
||||||
enableemail = false;
|
enableemail = false;
|
||||||
emailoverride = "";
|
emailoverride = "";
|
||||||
keepnr = 1;
|
keepnr = 1;
|
||||||
|
inputs = {
|
||||||
nix-packages = {
|
nix-packages = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "${info.head.repo.clone_url} ${info.head.ref}";
|
url = "${info.head.repo.clone_url} ${info.head.ref}";
|
||||||
|
@ -52,6 +53,7 @@
|
||||||
emailresponsible = false;
|
emailresponsible = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
prs
|
prs
|
||||||
|
|
Reference in a new issue