delete-github-workflow-runs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

delete-github-workflow-runs

Delete all runs for a given workflow in GitHub, using the GitHub CLI.

How to setup

  1. Install GitHub CLI: https://github.com/cli/cli#installation
  2. Authenticate GitHub CLI: gh auth login
  3. Install this package (probably globally): npm i -g delete-github-workflow-runs

Usage

After following the "How to setup" steps above, execute the script by running:

delete-github-workflow-runs <repo-owner-name> <repo-name> <workflow-name>

Example:

delete-github-workflow-runs electrovir element-vir tests

Package Sidebar

Install

npm i delete-github-workflow-runs

Weekly Downloads

3

Version

1.0.0

License

(MIT or CC0 1.0)

Unpacked Size

20 kB

Total Files

14

Last publish

Collaborators

  • electrovir