plugin.emplate wird gelöscht
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user