From 78a314e72c8eadf88bbb8f2fa654f5d76243f837 Mon Sep 17 00:00:00 2001 From: Trent Jones Date: Sat, 29 Feb 2020 16:34:30 -0600 Subject: [PATCH] test --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16d5d3e..87a4809 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ This action deletes versions of a package from [GitHub Packages](https://github. ```yaml - uses: actions/delete-package-versions@v1 - with: - # Can be a single package version id, or a comma separated list of package version ids. - # Defaults to an empty string. - package-version-ids: '' + with: + # Can be a single package version id, or a comma separated list of package version ids. + # Defaults to an empty string. + package-version-ids: # Owner of the repo hosting the package. # Defaults to the owner of the repo executing the workflow.