From 79a5c93b7a0bc5ec29b60970650ad5d52ca70cce Mon Sep 17 00:00:00 2001 From: Namrata Jha Date: Tue, 16 Nov 2021 06:35:16 +0000 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef04533..57b5721 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ Delete the oldest 3 version and always keep atleast 2 versions of a package host To delete oldest x number of versions while ignoring all the major package versions in the same repo as the workflow the __package-name__, __num-oldest-versions-to-delete__ and __ignore-versions__ inputs are required. -There is a possibility if the oldest x number of versions contain ignored package versions, actual package versions to ge deleted will be less than x. +There is a possibility if the oldest x number of versions contain ignored package versions, actual package versions to get deleted will be less than x. __Example__