diff --git a/setup_downstream_ci.py b/setup_downstream_ci.py index dea2309..91a969c 100644 --- a/setup_downstream_ci.py +++ b/setup_downstream_ci.py @@ -181,7 +181,7 @@ def get_ci_group_pkgs(ci_group: str, dep_tree: dict) -> list[str]: _, ref = package_input.split("@") path = val.get("path", "") - config = get_config(owner, repo, ref, path) + config = get_config(owner, repo, pkg_name, ref, path) if not config["setup_matrix"]: continue