This commit is contained in:
Trent Jones
2020-02-29 18:12:35 -06:00
parent c632014a56
commit 7fffd15783

View File

@@ -59,7 +59,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
To delete a specific version from a package that is hosted in the same repo that is executing the workflow the __package-version-ids__ input is required.
__Required Inputs__
* package-version-ids
Package version ids can be retrieved via the [GitHub GraphQL API][api].