From bc2bb9497f9fb631daf22ad79b7bc66f0d09fbd5 Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 16:51:55 -0600 Subject: [PATCH] format test --- README.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 69336f2..85f87f0 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ This action deletes versions of a package from [GitHub Packages](https://github. * Delete version(s) from a package that is hosted in the same repo that is executing the workflow * Delete version(s) from a package that is hosted in a different repo than the one executing the workflow -See [Usage](#usage) and [Scenarios](#scenarios) for more details. - # Usage ```yaml @@ -49,26 +47,16 @@ See [Usage](#usage) and [Scenarios](#scenarios) for more details. token: ``` - - -```yaml -- uses: test - with: 'hey' -``` - - - # Scenarios -* [Delete a specific single version] +* [Delete a specific version from a package hosted in the same repo that is executing the workflow](#delete-a-specific-version-from-a-package-hosted-in-the-same-repo-that-is-executing-the-workflow) -## Delete a single version +### Delete a specific version from a package hosted in the same repo that is executing the workflow -### Delete +```yaml +- uses: actions/delete-package-versions@v1 - - -## Delete a specific single version by Id from a package hosted in the same repo that is executing the workflow +```