From c3ae0dd3a46349b5612d76fc485b60bd3b51c15c Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Thu, 19 Nov 2020 15:54:46 +0100 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e8cd25..5079882 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Github action for deleting old versions of packages in the Github package regist This is very similar to [actions/delete-package-versions](https://github.com/actions/delete-package-versions) but targets a different use case. -The actions works by getting at most 20 packages with at most the oldest 100 versions, +The action works by getting at most 20 packages with at most the oldest 100 versions, applying the `version-pattern` and `keep` filters on them and then deleting the matching versions. > If you have more than 100 versions and none of the 100 oldest versions match, no packages will be deleted!