diff --git a/.github/actions/clean_up_package_registry/clean_up_package_registry.py b/.github/actions/clean_up_package_registry/clean_up_package_registry.py index b31134a2ed..1bdf18f817 100644 --- a/.github/actions/clean_up_package_registry/clean_up_package_registry.py +++ b/.github/actions/clean_up_package_registry/clean_up_package_registry.py @@ -22,7 +22,7 @@ """ dry_run: bool = True if os.getenv("INPUT_DRY_RUN") == "true" else False -keep = int(os.getenv("INPUT_KEEP")) +keep = int(os.getenv("INPUT_KEEP")) if os.getenv("INPUT_KEEP") else 5 org = os.getenv("GITHUB_REPOSITORY_OWNER") packages = os.getenv("INPUT_PACKAGES").split("\n") token = os.getenv("INPUT_TOKEN") diff --git a/.github/workflows/clean_up_package_registry.yml b/.github/workflows/clean_up_package_registry.yml index bbf206f1ed..1fd3680cfb 100644 --- a/.github/workflows/clean_up_package_registry.yml +++ b/.github/workflows/clean_up_package_registry.yml @@ -26,8 +26,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} packages: |- - sw360/thrift - sw360/clucene - sw360/base - sw360/binaries sw360