3
0

plugin.emplate wird gelöscht

This commit is contained in:
Michael Otto
2026-03-05 13:58:36 +01:00
parent 0258061066
commit ae6b237a72

View File

@@ -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