This commit is contained in:
Trent Jones
2020-02-29 16:43:18 -06:00
parent ba9c18eeeb
commit e8046ba930

View File

@@ -2,7 +2,7 @@
This action deletes versions of a package from [GitHub Packages](https://github.com/features/packages).
### What It Can Do
## What It Can Do
* Delete a single version
* Delete multiple versions
@@ -11,6 +11,8 @@ This action deletes versions of a package from [GitHub Packages](https://github.
* Delete version(s) from a package that is hosted in the same repo that is executing the workflow
* Delete version(s) from a package that is hosted in a different repo than the one executing the workflow
See [Usage](#usage) and [Scenarios](#scenarios) for more details.
# Usage
```yaml