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 33
33
runs-on : ubuntu-latest
34
34
container :
35
35
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 }}
40
36
services :
41
37
git-server :
42
38
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 }}
47
39
steps :
48
40
- uses : actions/checkout@v2
49
41
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package git
2
2
3
3
import "text/template"
4
4
5
+ // DefaultGitCommitMessage is the default commit message build with the changes detected in the app
5
6
const DefaultGitCommitMessage = `🚀 automatic update of {{ .AppName }}
6
7
{{ range .KeyChanges -}}
7
8
updates key {{ .Key }} value from '{{ .OldValue }}' to '{{ .NewValue }}'
You can’t perform that action at this time.
0 commit comments