From 457f525ea52e6427d0d5fc0c737648138ee17f10 Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 18:58:39 -0600 Subject: [PATCH] test --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a4deb99..5129cc4 100644 --- a/README.md +++ b/README.md @@ -55,22 +55,13 @@ This action deletes versions of a package from [GitHub Packages](https://github. * [Delete multiple specific versions from a package hosted in a different repo than the workflow](#delete-multiple-specific-versions-from-a-package-hosted-in-a-different-repo-than-the-workflow) * [Delete oldest version from a package hosted in the same repo as the workflow](#delete-oldest-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 the same repo as the workflowRequired Inputs - - - - - -
Required Inputs
- ↳ package-version-ids: package version ids can be retrieved via the GitHub GraphQL API -
- -#### Required Inputs +### Required Inputs * __package-version-ids:__ Package version ids can be retrieved via the [GitHub GraphQL API][api] -#### Example +### Example ```yaml - uses: actions/delete-package-versions@v1