plugin.emplate wird gelöscht
This commit is contained in:
@@ -126,6 +126,7 @@ jobs:
|
|||||||
} > new.xml
|
} > new.xml
|
||||||
|
|
||||||
mv new.xml "$FILE"
|
mv new.xml "$FILE"
|
||||||
|
rm $TEMPLATE
|
||||||
|
|
||||||
- name: Commit & Push
|
- name: Commit & Push
|
||||||
run: |
|
run: |
|
||||||
@@ -134,7 +135,7 @@ jobs:
|
|||||||
git config user.name "Release Bot"
|
git config user.name "Release Bot"
|
||||||
git config user.email "release-bot@noreply.localhost"
|
git config user.email "release-bot@noreply.localhost"
|
||||||
|
|
||||||
git add plugins-testing.xml
|
git add .
|
||||||
|
|
||||||
# Commit nur, wenn Änderungen vorhanden sind
|
# Commit nur, wenn Änderungen vorhanden sind
|
||||||
if ! git diff --cached --quiet; then
|
if ! git diff --cached --quiet; then
|
||||||
|
|||||||
Reference in New Issue
Block a user