Try this one maybe

This commit is contained in:
2026-03-13 17:42:21 +01:00
parent 8c797e4269
commit caa7dbadb3

View File

@@ -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}";