From 406ce0281db0c42aee6604936d7a60c31443f927 Mon Sep 17 00:00:00 2001 From: Namrata Jha Date: Fri, 24 Dec 2021 00:20:21 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa4bef3..cc54f70 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Delete Package Versions -This action deletes versions of a package from [GitHub Packages](https://github.com/features/packages). This action will only delete a maximum of 100 versions in one run. +This action deletes versions of a package from [GitHub Packages](https://github.com/features/packages). This action will only delete a maximum of 99 versions in one run. To delete more than 99 versions the action can be called multiple times in a workflow. ### What It Can Do @@ -42,7 +42,7 @@ This action deletes versions of a package from [GitHub Packages](https://github. # Defaults to 1. num-old-versions-to-delete: - # The number of latest versions to not delete. + # The number of latest versions to keep. # This cannot be specified with `num-old-versions-to-delete`. By default, `num-old-versions-to-delete` takes precedence over `min-versions-to-keep`. # When set to 0, all deletable versions will be deleted. # When set greater than 0, all deletable package versions except the specified number will be deleted.