This commit is contained in:
Trent Jones
2020-02-29 18:46:16 -06:00
parent 0408e417a7
commit b95a4524b1
+4 -7
View File
@@ -57,14 +57,11 @@ 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
<table>
<tr><td><b>Required Inputs</b></td></tr>
<tr>
<td>&#8627; <small><b>package-version-ids:</b> package version ids can be retrieved via the <a href="https://developer.github.com/v4/previews/#github-packages "></a>GitHub GraphQL API</small></td>
</tr>
</table>
__Required Inputs__
Package version ids can be retrieved via the [GitHub GraphQL API][api].
* __package-version-ids:__ package version ids can be retrieved via the [GitHub GraphQL API][api].
__Example__
```yaml
- uses: actions/delete-package-versions@v1