From 33300d7916b7343ec4cff8424bd69b7c040eb3c4 Mon Sep 17 00:00:00 2001 From: tinaheidinger Date: Fri, 1 Jul 2022 11:34:51 +0200 Subject: [PATCH] Indicate missing support for GHCR and soon also npm in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa908d..f0471e7 100644 --- a/README.md +++ b/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