From 6398280207948ccc10c39870b417c42aafa76904 Mon Sep 17 00:00:00 2001 From: Easton Crupper <65553218+ecrupper@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:15:21 -0400 Subject: [PATCH] chore: add tag and commit options for template source (#425) --- 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 ```