From c44cbdf94fbf34a765084c868c7af089e81d8fc7 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Wed, 1 Mar 2023 08:53:57 +0100 Subject: [PATCH] Fix updatecli warning about pr action (#13) [actions skip] --- updatecli.d/alfresco-common.tpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/updatecli.d/alfresco-common.tpl b/updatecli.d/alfresco-common.tpl index 9135454f..defab0c9 100644 --- a/updatecli.d/alfresco-common.tpl +++ b/updatecli.d/alfresco-common.tpl @@ -1,4 +1,5 @@ -name: "Helm autodiscovery using git scm" +name: "Update helm chart dependencies" + scms: ourRepo: kind: github @@ -10,7 +11,7 @@ scms: branch: main username: alfresco-build token: {{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }} - + sources: alfrescoCommonSource: kind: helmchart @@ -46,3 +47,4 @@ actions: draft: true labels: - updatecli + title: "Update helm charts dependencies"