From 9c544d0a684f54f8111a71637c1eac6d7a9a5abb Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 17:19:27 -0600 Subject: [PATCH] format --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2291d1d..b9ea152 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,6 @@ 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](https://developer.github.com/v4/previews/#github-packages). @@ -64,7 +62,7 @@ Package version ids can be retrieved via the [GitHub GraphQL API](https://develo package-version-ids: 'MDE0OlBhY2thZ2VWZXJzaW9uOTcyMDY3' ``` - +
### Delete a specific version from a package hosted in a different repo than the workflow