From 88b9ac7698f71256ca44af652d4894f3a188e5d1 Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 17:39:54 -0600 Subject: [PATCH] test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64e7cbd..eb4a81d 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ This action deletes versions of a package from [GitHub Packages](https://github. * [Delete a specific version from a package hosted in the same repo as the workflow](#delete-a-specific-version-from-a-package-hosted-in-the-same-repo-as-the-workflow) * [Delete a specific version from a package hosted in a different repo than the workflow](#delete-a-specific-version-from-a-package-hosted-in-a-different-repo-than-the-workflow) +
+ ### Delete a specific version from a package hosted in the same repo as the workflow Package version ids can be retrieved via the [GitHub GraphQL API][api].