alten plugin Eintrag entfernen gefixt
This commit is contained in:
@@ -296,7 +296,7 @@ jobs:
|
||||
run: |
|
||||
cd repo
|
||||
FILE="${{ steps.xmlfile.outputs.file }}"
|
||||
ID="${{ steps.payload.outputs.id }}"
|
||||
ID="${{ steps.daten.outputs.id }}"
|
||||
|
||||
# Entfernt den kompletten Plugin-Block
|
||||
sed -i "/<pyqgis_plugin[^>]*plugin_id=\"${ID//\//\\/}\"/,/<\/pyqgis_plugin>/d" "$FILE"
|
||||
@@ -368,8 +368,6 @@ jobs:
|
||||
EOF
|
||||
)
|
||||
|
||||
|
||||
|
||||
echo "$ENTRY"
|
||||
|
||||
# Neue Datei erzeugen
|
||||
|
||||
Reference in New Issue
Block a user