From eaa1f7c20f7086fd97c60ac6895d574b8a75e0d0 Mon Sep 17 00:00:00 2001 From: Nishtha Gupta Date: Thu, 29 Dec 2022 17:43:25 +0530 Subject: [PATCH] Update action.yml --- README.md | 2 +- action.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 775706d..7508d0f 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ This action deletes versions of a package from [GitHub Packages](https://github. # Valid Input Combinations -`owner`, `package-name` and `token` can be used with the following combinations in a workflow - +`owner`, `package-name`, `package-type` and `token` can be used with the following combinations in a workflow - - `num-old-versions-to-delete` - `min-versions-to-keep` diff --git a/action.yml b/action.yml index fcd1ea5..a3b3744 100644 --- a/action.yml +++ b/action.yml @@ -24,8 +24,7 @@ inputs: package-name: description: > Name of the package containing the version to delete. - Required if dynamically deleting oldest versions. - required: false + required: true package-type: description: >