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 88 branches : [master]
99
1010jobs :
11- build :
11+ test :
1212 runs-on : ubuntu-latest
1313
1414 strategy :
Original file line number Diff line number Diff line change 11# github-run-script
22
33Run 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