Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Nov 19, 2020
1 parent 5fb1e28 commit c3ae0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit c3ae0dd

Please sign in to comment.