diff options
author | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-07-20 17:43:37 -0700 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-21 09:35:44 +0300 |
commit | fa8d3ac8110da24c5c907a5daf2e3fa46bf6331f (patch) | |
tree | 67d986b578a357bf62b8d83d070a298a052294b3 /doc/ci/yaml | |
parent | ef30678f1bab04b0f07a60e57966e3eed17c6842 (diff) | |
download | gitlab-ce-fa8d3ac8110da24c5c907a5daf2e3fa46bf6331f.tar.gz |
Improve grammar of manual actions documentation
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r-- | doc/ci/yaml/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 01b7748e90e..d84f3b7d263 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -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 |