From 0019c6246576e789f390b04c086831bffb775fe6 Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 16:53:59 -0600 Subject: [PATCH] doc test --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 31482cf..53c311e 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,10 @@ This action deletes versions of a package from [GitHub Packages](https://github. * [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 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 ```yaml - uses: actions/delete-package-versions@v1 - ```