Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 27, 2024
1 parent 5f1ec7e commit 7916119
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/list_package_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
script_path = Path(__file__).resolve().parent
root_path = script_path.parent
recipes_path = root_path / "recipes"
default_packages_path = root_path / "default-packages-list.txt"
TIER_COUNT = 5


def get_package_infos():
Expand Down Expand Up @@ -166,7 +164,7 @@ def get_github_args():
event = json.loads(os.environ.get("GITHUB_EVENT", "{}"))
inputs = event.get("inputs", {})

selection_config = root_path / "default.yml"
selection_config = root_path / "defaults.yml"

commit_obj_list = event.get("commits", [])
commit_ids = [
Expand Down

0 comments on commit 7916119

Please sign in to comment.