This commit is contained in:
Trent Jones
2020-02-29 19:02:08 -06:00
parent 4063f1efb4
commit 7ea5df3c82

View File

@@ -57,9 +57,9 @@ This action deletes versions of a package from [GitHub Packages](https://github.
### Delete a specific version from a package hosted in the same repo as the workflow
__Required Inputs__
To delete a specific version from a package that is hosted in the same repo as the one executing the workflow the __package-version-ids__ input is required.
* __package-version-ids:__ Package version ids can be retrieved via the [GitHub GraphQL API][api]
Package version ids can be retrieved via the [GitHub GraphQL API][api]
__Example__