3
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Otto
0258061066 Test updade.yml 2026-03-05 13:53:35 +01:00
Michael Otto
29b2b3b1fa plugin.template aus push entfernt 2026-03-05 13:47:32 +01:00

View File

@@ -134,7 +134,7 @@ jobs:
git config user.name "Release Bot"
git config user.email "release-bot@noreply.localhost"
git add .
git add plugins-testing.xml
# Commit nur, wenn Änderungen vorhanden sind
if ! git diff --cached --quiet; then