Fix typos.

This commit is contained in:
Manuele Simi 2021-02-15 15:24:54 -05:00
parent 4c42057095
commit 8d6921d192
1 changed files with 2 additions and 2 deletions

View File

@ -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