Add constraint on delete-only-untagged-versions

This commit is contained in:
Anupam
2023-03-09 15:37:07 +05:30
committed by GitHub
parent 8c3a64de32
commit 0d39a63126

View File

@@ -60,7 +60,10 @@ This action deletes versions of a package from [GitHub Packages](https://github.
# If true it will delete only the untagged versions in case of container package.
# Does not work for other package types and will be ignored.
# The number of untagged versions to keep can be set by using `min-versions-to-keep` value with this.
# When `min-versions-to-keep` is 0, all untagged versions get deleted.
# Defaults to false.
# Cannot be used with `num-old-versions-to-delete`.
delete-only-untagged-versions:
# The token used to authenticate with GitHub Packages.