From 2ca695cee6887da15f6e69717e6414cea701f9ed Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 29 Mar 2022 20:46:57 +0200 Subject: [PATCH] fix some names --- .github/workflows/apps.release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apps.release.yaml b/.github/workflows/apps.release.yaml index be2de53a584..3b822fed1c8 100644 --- a/.github/workflows/apps.release.yaml +++ b/.github/workflows/apps.release.yaml @@ -59,7 +59,7 @@ jobs: cd - rm -rf catalog - - name: Commit and Push new App releases + - name: Commit and Push new Chart releases run: | cd chartsrepo git config user.name "TrueCharts-Bot" @@ -81,7 +81,7 @@ jobs: cd - rm -rf dh_catalog - - name: Commit and Push new Helm Charts and docs + - name: Commit and Push new docs run: | git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org"