File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 container :
3535 image : ghcr.io/docplanner/helm-repo-updater/build-tools:develop
36- # TODO: Remind to delete this part when we make public the repository
37- credentials :
38- username : ${{ github.actor }}
39- password : ${{ secrets.CR_PAT }}
4036 services :
4137 git-server :
4238 image : ghcr.io/docplanner/helm-repo-updater/git-repo-server:develop
43- # TODO: Remind to delete this part when we make public the repository
44- credentials :
45- username : ${{ github.actor }}
46- password : ${{ secrets.CR_PAT }}
4739 steps :
4840 - uses : actions/checkout@v2
4941
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package git
22
33import "text/template"
44
5+ // DefaultGitCommitMessage is the default commit message build with the changes detected in the app
56const DefaultGitCommitMessage = `🚀 automatic update of {{ .AppName }}
67{{ range .KeyChanges -}}
78updates key {{ .Key }} value from '{{ .OldValue }}' to '{{ .NewValue }}'
You can’t perform that action at this time.
0 commit comments