From 7ea5df3c820c5b45b537956349ba359a96fd1cf2 Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 19:02:08 -0600 Subject: [PATCH] test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef03ca0..973b8b8 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ 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__ +To delete a specific version from a package that is hosted in the same repo as the one executing the workflow the __package-version-ids__ input is required. -* __package-version-ids:__ Package version ids can be retrieved via the [GitHub GraphQL API][api] +Package version ids can be retrieved via the [GitHub GraphQL API][api] __Example__