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