From 8dc960bcb4e7a51f20bbba68a0800e527ae2e4f6 Mon Sep 17 00:00:00 2001 From: ecrupper Date: Thu, 22 Aug 2024 16:14:12 -0500 Subject: [PATCH] chore: add tag and commit options for template source --- content/reference/yaml/templates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```