|
1 | | -#▶️👉🏻🗑 Delete Workflow Runs |
| 1 | +#▶️ 👉🏻🗑 Delete Workflow Runs |
2 | 2 |
|
3 | | -This npm module can be used to easily delete unneeded GitHub Workflow runs from your GitHub remote repository. You can select multiple entries to be deleted at once easily from a navigable list. |
| 3 | +Easily delete unneeded GitHub Workflow runs from your GitHub remote repository. |
| 4 | + |
| 5 | +Conventiently select multiple entries to be deleted at once from a navigable list. |
4 | 6 |
|
5 | 7 | It uses the GitHub API, and requires gh (GitHub CLI) and jq (JSON processor). |
6 | 8 |
|
7 | 9 |  |
8 | 10 |
|
9 | 11 | ##QuickStart |
10 | 12 |
|
11 | | -1. Install[GitHub CLI](https://github.com/cli/cli) and[jq](https://github.com/stedolan/jq), for example on`MacOS`: |
| 13 | +1. Installpre-requisites[GitHub CLI](https://github.com/cli/cli) and[jq](https://github.com/stedolan/jq), for example on`MacOS`: |
12 | 14 | ```sh |
13 | 15 | $ brew install gh jq |
14 | 16 | ``` |
|