From e8046ba9305731be20529f3615d312627d7773a0 Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 16:43:18 -0600 Subject: [PATCH] docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad6a3a..69336f2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This action deletes versions of a package from [GitHub Packages](https://github.com/features/packages). -### What It Can Do +## What It Can Do * Delete a single version * Delete multiple versions @@ -11,6 +11,8 @@ 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