diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index f18bcc7..6c72e19 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -134,7 +134,7 @@ jobs: git config user.name "Release Bot" git config user.email "release-bot@noreply.localhost" - git add *.xml + git add plugins-testing.xml # Commit nur, wenn Änderungen vorhanden sind if ! git diff --cached --quiet; then