diff --git a/README.md b/README.md index 0a0d1c6..a7d917c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Container for Actions executed with the gCubeActionExecutor pipeline. ## Action An Action is a script that is executed on a selected git repository. -Every command in the Action must be written considering the root folder of the repository as working folder. +Every command in the Action must be written assuming the root folder of the repository as working folder. ### Exit Code An Action is successful if it returns 0 as exit code. Any code different from 0 makes the Action fails and halts the execution @@ -31,7 +31,7 @@ pipeline. ## How to Generate the List The script generateRepoList.sh can be executed any time to generate an up-to-date list of repositories in the _gCubeSystem_ organization. If a different organization has to be scanned, we can easily change -the scrip tor make it parametric. +the script or make it parametric. The output of the script is a file named gCubeSystem_all_sorted_$timestamp.txt. The list in the output file is alphabetically ordered. \ No newline at end of file