forked from malobeo/infrastructure
Try this one maybe
This commit is contained in:
@@ -16,6 +16,11 @@ let
|
|||||||
type = 1;
|
type = 1;
|
||||||
flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz";
|
flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
git_repo = {
|
||||||
|
type = "path";
|
||||||
|
value = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz";
|
||||||
|
emailresponsible= false;
|
||||||
|
};
|
||||||
gitea_repo_name = {
|
gitea_repo_name = {
|
||||||
type = "string";
|
type = "string";
|
||||||
value = "${info.head.repo.name}";
|
value = "${info.head.repo.name}";
|
||||||
|
|||||||
Reference in New Issue
Block a user