Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50adb6d

Browse files
authored
Merge pull request#7 from BanjoFox/banjofox/update_readme
Add a step, and comments about authenticating using the GitHub Client
2 parents911f0a9 +8f755e8 commit50adb6d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

‎README.md‎

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,22 @@ It uses the GitHub API, and requires gh (GitHub CLI) and jq (JSON processor).
1616
```
1717

1818
2. Install`delete-workflow-runs` globally:
19-
```shh
19+
```sh
2020
$ npm i -g delete-workflow-runs
2121
```
22+
3. Authenticate to GitHub via`gh` client:
23+
```sh
24+
$ gh auth login
25+
```
26+
Follow the promptsin the terminal wizard to authenticate.
2227

23-
3. Navigate to the directory of the repository that you wish to delete workflow runs from,then run:
28+
4. Navigate to the directory of the repository that you wish to delete workflow runs from,then run:
2429
```sh
2530
$ delete-workflow-runs
2631
```
27-
4. Use the`<up>` and`<down>` keys to navigate the list of workflow runs, andselectthe ones to be deleted with`<tab>`.
32+
5. Use the`<up>` and`<down>` keys to navigate the list of workflow runs, andselectthe ones to be deleted with`<tab>`.
2833

29-
5. Press`<enter>` to delete the runs from your GitHub remote.
34+
6. Press`<enter>` to delete the runs from your GitHub remote.
3035

3136
## Contributing
3237
I'd love you to contribute to `@jv-k/delete-workflow-runs`, [pull requests](https://github.com/jv-k/delete-workflow-runs/issues/new/choose) are welcome for submitting issues and bugs!

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp