File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,14 @@ Run a script on multiple repositories, cloning them if needed.
17
17
-v, --version Displays current version
18
18
-h, --help Displays this message
19
19
```
20
+
21
+ ## Environment variables
22
+
23
+ The script gets run with additional environment variables.
24
+
25
+ | Environment Variable Name | Description |
26
+ | ---------------------------| -----------------------------------------------------------------------------------------------------|
27
+ | ` REPO_OWNER ` | The owner of the repository |
28
+ | ` REPO_NAME ` | The name of the repository |
29
+ | ` REPO ` | The value of "` REPO_OWNER ` /` REPO_NAME ` " |
30
+ | ` REPO_PATH ` | The path to the repository on the filesystem. The same path as the working directory of the script. |
You can’t perform that action at this time.
0 commit comments