From b95a4524b13602bac5c556a43d17c3c52a3355a1 Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 18:46:16 -0600 Subject: [PATCH] test --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b68c1f8..3121fa0 100644 --- a/README.md +++ b/README.md @@ -57,14 +57,11 @@ 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 - - - - - -
Required Inputs
package-version-ids: package version ids can be retrieved via the GitHub GraphQL API
+__Required Inputs__ -Package version ids can be retrieved via the [GitHub GraphQL API][api]. +* __package-version-ids:__ package version ids can be retrieved via the [GitHub GraphQL API][api]. + +__Example__ ```yaml - uses: actions/delete-package-versions@v1