From ae6b237a725f25caaa950fcaf0bd3bb530c79837 Mon Sep 17 00:00:00 2001 From: Michael Otto Date: Thu, 5 Mar 2026 13:58:36 +0100 Subject: [PATCH] =?UTF-8?q?plugin.emplate=20wird=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index 6c72e19..eaf5970 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -126,6 +126,7 @@ jobs: } > new.xml mv new.xml "$FILE" + rm $TEMPLATE - name: Commit & Push run: | @@ -134,7 +135,7 @@ jobs: git config user.name "Release Bot" git config user.email "release-bot@noreply.localhost" - git add plugins-testing.xml + git add . # Commit nur, wenn Änderungen vorhanden sind if ! git diff --cached --quiet; then