mknejp/Delete Release Assets

GitHub action for deleting assets from a GitHub release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagThe name of the tag. This uniquely identifies the release. May either be a tag name directly (like `v1.0.0`) or a tag ref (like `refs/tags/v1.0.0` as is provided by `github.ref` or `GITHUB_REF`). yes
fail-if-no-releaseFail the action if no release associated with the given tag was found (default `true`). notrue
fail-if-no-assetsFail the action if the release contains no matching assets (default `true`). notrue
assetsNewline-delimited globs of asset names to delete from the release. yes
tokenThe token for authenticating against the GitHub API. yes
repositoryRepository to delete assets in format `owner/repo` (default current repository). no""
namedescription
deleted-assetsSemicolon-delimited list of deleted asset names (for example `file1.txt;file2.zip`).
release_idThe unique ID of the github release from which the assets were deleted.