From f00860943d97432443f5a434a72b655989afb7bc Mon Sep 17 00:00:00 2001 From: Carlos Castro Date: Thu, 2 Nov 2023 23:20:44 +0000 Subject: [PATCH] Update documentation Signed-off-by: Carlos Castro --- docs/services/github.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/services/github.md b/docs/services/github.md index 913efef6..e0735f2a 100644 --- a/docs/services/github.md +++ b/docs/services/github.md @@ -76,6 +76,7 @@ template.app-deployed: | logURL: "{{.context.argocdUrl}}/applications/{{.app.metadata.name}}?operation=true" requiredContexts: [] autoMerge: true + reference: v1.0.0 pullRequestComment: content: | Application {{.app.metadata.name}} is now running new version of deployments manifests. @@ -89,3 +90,4 @@ template.app-deployed: | Setting this option to `false` is required if you would like to deploy older refs in your default branch. For more information see the [Github Deployment API Docs](https://docs.github.com/en/rest/deployments/deployments?apiVersion=2022-11-28#create-a-deployment). - If `github.pullRequestComment.content` is set to 65536 characters or more, it will be truncated. +- Reference is optional. When set, it will be used as the ref to deploy. If not set, the revision will be used as the ref to deploy.