File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 8
8
branches : [master]
9
9
10
10
jobs :
11
- build :
11
+ test :
12
12
runs-on : ubuntu-latest
13
13
14
14
strategy :
Original file line number Diff line number Diff line change 1
1
# github-run-script
2
2
3
3
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
+ ```
You can’t perform that action at this time.
0 commit comments