Improve delete-only-untagged-versions flag and minor bug fix (#97)

Improve `delete-only-untagged-versions` flag and minor bug fix
This commit is contained in:
Anupam
2023-03-09 15:31:35 +05:30
committed by GitHub
parent 564c9d0297
commit 8c3a64de32
5 changed files with 29 additions and 6 deletions
+2
View File
@@ -58,6 +58,8 @@ inputs:
delete-only-untagged-versions:
description: >
Deletes only untagged versions in case of a container package. Does not work for other package types.
The number of untagged versions to keep can be specified by min-versions-to-keep.
When this is set num-old-versions-to-delete will not be taken into account.
By default this is set to false
required: false
default: "false"