Skip to content

Calmantras/Action_DeleteAssetsByTag

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delete Release Assets By Tag

GitHub Action to delete all assets from a release identified by its tag name.

Development

# Install dependencies
npm install

# Bundle for production (creates dist/index.js)
npm run bundle

Inputs

  • asset_tag: Tag name of the release to remove assets from (required)
  • asset_owner: Owner of the repository (optional, defaults to context owner)
  • asset_repo: Name of the repository (optional, defaults to context repository)

Usage

steps:
  - uses: Calmantras/[email protected]
    with:
      asset_tag: v1.0.0
      # Optional parameters:
      # asset_owner: username
      # asset_repo: reponame

About

Action that deletes all assets of a release, specified by tag

Resources

Stars

Watchers

Forks

Packages

No packages published