Skip to content

Commit

Permalink
Merge pull request #75 from actions/74-add-support-for-deletion-of-co…
Browse files Browse the repository at this point in the history
…ntainer-and-npm-packages

Indicate missing support for GHCR and soon also npm in readme
  • Loading branch information
tinaheidinger committed Jul 1, 2022
2 parents 0e86ee6 + 33300d7 commit ec4518c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
@@ -1,6 +1,8 @@
# Delete Package Versions

This action deletes versions of a package from [GitHub Packages](https://github.com/features/packages) except ghcr packages. This action will only delete a maximum of 99 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.

_This action does currently not support deleting packages from the GitHub Container Registry. As the npm registry is about to be migrated to the same new architecture as GHCR, this action won't work for npm soon too (see [#74](https://github.com/actions/delete-package-versions/issues/74))._

### What It Can Do

Expand Down

0 comments on commit ec4518c

Please sign in to comment.