diff --git a/README.md b/README.md index be1da21..9de6d62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Delete old packages -Github action for deleting old versions of packages in the Github package registry. +GitHub action for deleting old versions of packages in the GitHub package registry. This is very similar to [actions/delete-package-versions](https://github.com/actions/delete-package-versions) but targets a different use case. @@ -14,8 +14,8 @@ table below) on them and then deleting the matching versions. | Name | Description | Required | Default | | ----------------- | ---------------------------------------------------------- | ------------------ | ------------- | -| `owner` | Owner of the repo containing the package(s) | :x: | Set by Github | -| `repo` | Repo containing the package(s) | :x: | Set by Github | +| `owner` | Owner of the repo containing the package(s) | :x: | Set by GitHub | +| `repo` | Repo containing the package(s) | :x: | Set by GitHub | | `user` | User containing the package(s) | :x: | :x: | | `organization` | Organization containing the package(s) | :x: | :x: | | `names` | Names of the packages | :heavy_check_mark: | :x: | @@ -23,7 +23,7 @@ table below) on them and then deleting the matching versions. | `version-pattern` | Regex pattern of the versions | :x: | :x: | | `version` | Specific version to delete | :x: | :x: | | `keep` | Number of versions to exclude from deletions | :x: | 2 | -| `token` | Token with the necessary scopes to delete package versions | :x: | Set by Github | +| `token` | Token with the necessary scopes to delete package versions | :x: | Set by GitHub | | `dry-run` | If the action should only print what it would do. | :x: | `false` | > :warning: You can provide _either_ `owner` and `repo`, `user` or `organization`. An error is thrown for invalid combinations. diff --git a/package.json b/package.json index f1b7b2a..604b399 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "delete-old-packages", "version": "0.3.3", - "description": "Github Action for deleting old packages", + "description": "GitHub Action for deleting old packages", "main": "dist/index.js", "repository": "https://github.com/SmartsquareGmbH/delete-old-packages", "author": "Ruben Gees",