Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add constraint on delete-only-untagged-versions
  • Loading branch information
Anupam authored and GitHub committed Mar 9, 2023
1 parent 8c3a64d commit 0d39a63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit 0d39a63

Please sign in to comment.