Improve grammar of manual actions documentation

This commit is contained in:
Mark Pundsack 2016-07-20 17:43:37 -07:00 committed by Achilleas Pipinellis
parent ef30678f1b
commit fa8d3ac811

View file

@ -537,12 +537,12 @@ The above script will:
>**Note:**
Introduced in GitLab 8.10.
Manual actions are special type of jobs that are not executed automatically in pipeline.
They need to be explicitly started by the user.
Manual actions can be started from pipelines, builds, environments and deployments views.
You can execute the same manual action multiple times.
Manual actions are a special type of job that are not executed automatically;
they need to be explicitly started by a user. Manual actions can be started
from pipeline, build, environment, and deployment views. You can execute the
same manual action multiple times.
Example usage of manual actions is deployment, ex. promote a staging environment to production.
An example usage of manual actions is deployment to production.
### environment