diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-26 12:00:00 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-26 12:00:00 +0000 |
commit | a52746649d1db4f52ae4e989dcf654ef4af57905 (patch) | |
tree | c9e393896a0a995b9dc28d34bdb85026919e7c36 | |
parent | dab0224bd6a7b707baf624a707d92f9b5ff795c3 (diff) | |
parent | 8eed3ab35953a4d142fbb8e14fdaba3cdb9d3a29 (diff) | |
download | gitlab-ce-a52746649d1db4f52ae4e989dcf654ef4af57905.tar.gz |
Merge branch 'grammar_fix' into 'master'
Fix typo on triggers docs
See merge request !2214
-rw-r--r-- | doc/ci/triggers/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index d41aed2eb2e..9f7c1bfe6a0 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -108,7 +108,7 @@ Now, whenever a new tag is pushed on project A, the build will run and the `stage: test` complete successfully. _**Note:** If your project is public, passing the token in plain text is -probably not the wiser idea, so you might want to use a +probably not the wisest idea, so you might want to use a [secure variable](../variables/README.md#user-defined-variables-secure-variables) for that purpose._ |