This commit is contained in:
Trent Jones
2020-02-29 16:53:59 -06:00
parent 092d66c080
commit 0019c62465
+1 -4
View File
@@ -51,13 +51,10 @@ This action deletes versions of a package from [GitHub Packages](https://github.
* [Delete a specific version from a package hosted in the same repo that is executing the workflow](#delete-a-specific-version-from-a-package-hosted-in-the-same-repo-that-is-executing-the-workflow)
### Delete a specific version from a package hosted in the same repo that is executing the workflow
---
## Delete a specific version from a package hosted in the same repo that is executing the workflow
```yaml
- uses: actions/delete-package-versions@v1
```