test
This commit is contained in:
10
README.md
10
README.md
@@ -57,12 +57,8 @@ 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr><td><h4>Required Inputs</h4></td></tr>
|
<tr><td><b>Required Inputs</b></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
↳ <b>package-version-ids:</b> package version ids can be retrieved via the <a href="https://developer.github.com/v4/previews/#github-packages ">GitHub GraphQL API</a>
|
↳ <b>package-version-ids:</b> package version ids can be retrieved via the <a href="https://developer.github.com/v4/previews/#github-packages ">GitHub GraphQL API</a>
|
||||||
@@ -70,10 +66,6 @@ This action deletes versions of a package from [GitHub Packages](https://github.
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* __package-version-ids:__ package version ids can be retrieved via the [GitHub GraphQL API][api].
|
|
||||||
|
|
||||||
__Example__
|
__Example__
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user