test
This commit is contained in:
@@ -55,13 +55,13 @@ This action deletes versions of a package from [GitHub Packages](https://github.
|
|||||||
* [Delete multiple specific versions from a package hosted in a different repo than the workflow](#delete-multiple-specific-versions-from-a-package-hosted-in-a-different-repo-than-the-workflow)
|
* [Delete multiple specific versions from a package hosted in a different repo than the workflow](#delete-multiple-specific-versions-from-a-package-hosted-in-a-different-repo-than-the-workflow)
|
||||||
* [Delete oldest version from a package hosted in the same repo as the workflow](#delete-oldest-version-from-a-package-hosted-in-the-same-repo-as-the-workflow)
|
* [Delete oldest version from a package hosted in the same repo as the workflow](#delete-oldest-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 workflowRequired Inputs
|
### Delete a specific version from a package hosted in the same repo as the workflow
|
||||||
|
|
||||||
### Required Inputs
|
__Required Inputs__
|
||||||
|
|
||||||
* __package-version-ids:__ 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
|
__Example__
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: actions/delete-package-versions@v1
|
- uses: actions/delete-package-versions@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user