From bb7eba695a23567f8873adcb1981399a61821cde Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 17:51:37 -0600 Subject: [PATCH] formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8786fe..08d74e6 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Package version ids can be retrieved via the [GitHub GraphQL API][api]. package-version-ids: 'MDE0OlBhY2thZ2VWZXJzaW9uOTcyMDY3' ``` - +
### Delete a specific version from a package hosted in a different repo than the workflow @@ -79,7 +79,7 @@ Package version ids can be retrieved via the [GitHub GraphQL API][api]. The toke token: ${{ secrets.GITHUB_PAT }} ``` - +
### Delete multiple specific versions from a package hosted in the same repo as the workflow