Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7be91f

Browse files
committed
Update README, rename to test
1 parent 1613c44 commit e7be91f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [master]
99

1010
jobs:
11-
build:
11+
test:
1212
runs-on: ubuntu-latest
1313

1414
strategy:

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
# github-run-script
22

33
Run a script on multiple repositories, cloning them if needed.
4+
5+
```
6+
Description
7+
Run a script on multiple repositories, cloning them if needed.
8+
9+
Usage
10+
$ github-run-script <script> [options]
11+
12+
Options
13+
-o, --owner The owner for repositories without an explicit owner.
14+
-s, --search-path A path to search for already-cloned repositories.
15+
-t, --terminate Terminate any spawned processes on error.
16+
-s, --signal The signal to terminate a process with.
17+
-v, --version Displays current version
18+
-h, --help Displays this message
19+
```

0 commit comments

Comments
 (0)