fix log name

This commit is contained in:
CodeDevMLH
2026-01-06 23:41:55 +01:00
parent 822bcafd11
commit cb60690e6b
2 changed files with 2 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ jobs:
# Check if there are changes
if [[ -n $(git status -s) ]]; then
git add manifest.json
git commit -m "Auto-Update MediaBar Enhanced to v${{ env.VERSION }}"
git commit -m "Auto-Update Seasonals to v${{ env.VERSION }}"
git push
else
echo "No changes to central manifest."