add package-type param to action.yml

This commit is contained in:
Anupam
2022-12-27 15:11:20 +00:00
parent 272ad859dc
commit 280935cb1a

View File

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