Update action.yml

This commit is contained in:
Nishtha Gupta
2022-12-29 17:43:25 +05:30
parent ce1d329288
commit eaa1f7c20f
2 changed files with 2 additions and 3 deletions

View File

@@ -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`

View File

@@ -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: >