From a63a03b2d7f142e2a63cd9002de3eea96297036b Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 5 May 2021 17:59:22 +0200 Subject: [PATCH] fix copy-paste bug in new release workflow --- .github/workflows/apps.release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apps.release.yaml b/.github/workflows/apps.release.yaml index c519b6851ff..13c1cc974a3 100644 --- a/.github/workflows/apps.release.yaml +++ b/.github/workflows/apps.release.yaml @@ -54,9 +54,9 @@ jobs: done - name: Commit and Push new App releases run: | + cd catalog git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" - cd catalog git add --all git commit -sm "Commit new App releases for TrueCharts" || exit 0 git push