Tweak README.

This commit is contained in:
Manuele Simi 2021-02-15 09:59:45 -05:00
parent 10a6b1fb5f
commit 4c42057095
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,8 @@ Every command in the Action must be written considering the root folder of the r
### Exit Code ### 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 An Action is successful if it returns 0 as exit code. Any code different from 0 makes the Action fails and halts the execution
of the pipeline process. of the pipeline process.
An exit code can be returned in any point of the Action by invoking the <code>exit code</code> command.
An exit code can be returned at any point of the Action by invoking the <code>exit code</code> command.
Unless exit is used, the exit code of the Action is the one returned by the last command of the Action. Unless exit is used, the exit code of the Action is the one returned by the last command of the Action.
## List of Repositories ## List of Repositories
@ -24,7 +25,7 @@ repo_name2
repo_name3 repo_name3
... ...
```` ````
The URL of the Gitea organization where to find these repositories is passed as parameters of the _gCubeActionExecutor_ The URL of the Gitea organization where to find these repositories is passed as parameter of the _gCubeActionExecutor_
pipeline. pipeline.
## How to Generate the List ## How to Generate the List