diff --git a/content/reference/yaml/templates.md b/content/reference/yaml/templates.md index 9cd0edd8b..7a369a14b 100644 --- a/content/reference/yaml/templates.md +++ b/content/reference/yaml/templates.md @@ -49,7 +49,8 @@ templates: # Indicates a path to a template in remote system. This path # should always be the raw path within a repository. By default # the template is pulled from the default branch on the repository. - # It can be overwritten by adding a suffix of "@". + # It can be overwritten by adding a suffix of `@branch`, `@tag`, or + # `@commit`. source: github.com/go-vela/templates/example.yml@testbranch ```