Update action.yml
This commit is contained in:
@@ -68,7 +68,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.
|
|||||||
|
|
||||||
# Valid Input Combinations
|
# 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`
|
- `num-old-versions-to-delete`
|
||||||
- `min-versions-to-keep`
|
- `min-versions-to-keep`
|
||||||
|
|||||||
+1
-2
@@ -24,8 +24,7 @@ inputs:
|
|||||||
package-name:
|
package-name:
|
||||||
description: >
|
description: >
|
||||||
Name of the package containing the version to delete.
|
Name of the package containing the version to delete.
|
||||||
Required if dynamically deleting oldest versions.
|
required: true
|
||||||
required: false
|
|
||||||
|
|
||||||
package-type:
|
package-type:
|
||||||
description: >
|
description: >
|
||||||
|
|||||||
Reference in New Issue
Block a user