From 7ec748f58a30b8067493f453fc074e2c6a32813d Mon Sep 17 00:00:00 2001 From: Andreea Lupu <58118008+Andreea-Lupu@users.noreply.github.com> Date: Wed, 28 Jun 2023 20:42:31 +0300 Subject: [PATCH] fix: change commit message for pushing changes to project-zot/helm-charts (#1564) Signed-off-by: Andreea-Lupu --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ed5a3808..f700b7dd 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -437,5 +437,5 @@ jobs: - name: Push changes to project-zot/helm-charts run: | cd ./helm-charts - git commit -am "Automated update of Helm Chart" + git commit -am "build: automated update of Helm Chart" git push