From 5215f356f83bc92f78648b4bc5b261115ef8b583 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 26 Dec 2022 22:53:07 +0100 Subject: [PATCH] Update daily.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/daily.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index bb0cf1357f1..15be7c48042 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -109,6 +109,7 @@ jobs: run: | git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" + git pull git add --all git commit -sm "Commit daily changes" || exit 0 git push @@ -234,6 +235,7 @@ jobs: cd website git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" + git pull git add --all git commit -sm "Commit released docs for TrueCharts" || exit 0 git push