This commit is contained in:
Trent Jones
2020-02-29 17:20:40 -06:00
parent 9c544d0a68
commit fbc874e360

View File

@@ -52,8 +52,12 @@ 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](#delete-a-specific-version-from-a-package-hosted-in-the-same-repo-as-the-workflow)
* [Delete a specific version from a package hosted in a different repo than the workflow](#delete-a-specific-version-from-a-package-hosted-in-a-different-repo-than-the-workflow)
<br>
### Delete a specific version from a package hosted in the same repo as the workflow
&#175;
Package version ids can be retrieved via the [GitHub GraphQL API](https://developer.github.com/v4/previews/#github-packages).
```yaml