Skip to content

Commit

Permalink
Fix updatecli warning about pr action (#13)
Browse files Browse the repository at this point in the history
[actions skip]
  • Loading branch information
gionn authored Mar 1, 2023
1 parent 8d6b8e6 commit c44cbdf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions updatecli.d/alfresco-common.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Helm autodiscovery using git scm"
name: "Update helm chart dependencies"

scms:
ourRepo:
kind: github
Expand All @@ -10,7 +11,7 @@ scms:
branch: main
username: alfresco-build
token: {{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}

sources:
alfrescoCommonSource:
kind: helmchart
Expand Down Expand Up @@ -46,3 +47,4 @@ actions:
draft: true
labels:
- updatecli
title: "Update helm charts dependencies"

0 comments on commit c44cbdf

Please sign in to comment.