3
0

Letzte Fehler behoben

This commit is contained in:
Michael Otto
2026-03-03 14:47:57 +01:00
parent e445574430
commit 95e3062428
4 changed files with 4 additions and 114 deletions

View File

@@ -27,7 +27,9 @@ jobs:
git clone "$REPO_URL" repo
cd repo
git checkout feature/release
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
- name: Payload dekodieren
id: payload
run: |
@@ -132,7 +134,7 @@ jobs:
# Commit nur, wenn Änderungen vorhanden sind
if ! git diff --cached --quiet; then
git commit -m "Update ${{ steps.payload.outputs.plugin }} ${{ steps.payload.outputs.version }} (${{ steps.payload.outputs.channel }})"
git commit -m "Update ${{ steps.payload.outputs.name }} ${{ steps.payload.outputs.version }}"
else
echo "Keine Änderungen kein Commit notwendig."
exit 0