Skip to content

Commit

Permalink
Fix get_config call
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Dec 16, 2024
1 parent 49fa60e commit 69f9c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_downstream_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69f9c28

Please sign in to comment.