From 280935cb1a537672d6f6bb39922ce37ffff40705 Mon Sep 17 00:00:00 2001 From: Anupam <83457710+s-anupam@users.noreply.github.com> Date: Tue, 27 Dec 2022 15:11:20 +0000 Subject: [PATCH] add package-type param to action.yml --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index 519a3b8..fcd1ea5 100644 --- a/action.yml +++ b/action.yml @@ -27,6 +27,11 @@ inputs: Required if dynamically deleting oldest versions. required: false + package-type: + description: > + Type of the package containing the version to delete. + required: true + num-old-versions-to-delete: description: > Number of versions to delete starting with the oldest version.