diff --git a/README.md b/README.md index 7195e3a..0a0d1c6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Every command in the Action must be written considering the root folder of the r ### 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 of the pipeline process. -An exit code can be returned in any point of the Action by invoking the exit code command. + +An exit code can be returned at any point of the Action by invoking the exit code command. Unless exit is used, the exit code of the Action is the one returned by the last command of the Action. ## List of Repositories @@ -24,7 +25,7 @@ repo_name2 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. ## How to Generate the List