Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.13 KB

About

A GitHub action to remove older releases with their tags.


Usage

To use the action, add following to your workflow file

- name: Delete Older Releases
  uses: nikhilbadyal/ghaction-rm-releases@v0.0.5
  with:
    GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
    RELEASE_PATTERN: 'Build*'

Inputs

Following inputs can be used as step.with keys

Name Type Default Description
GITHUB_TOKEN String Github Token to delete releases (required)
RELEASE_PATTERN String Pattern to delete from release (required)

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues.

Thanks again for your support, it is much appreciated! 🙏