Cleanup
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 8s

This commit is contained in:
2025-06-20 16:55:04 +02:00
parent 5b93005561
commit 4e576ac45f

View File

@@ -209,9 +209,11 @@ jobs:
if cmp -s "$README_PATH" "${README_PATH}.bak"; then
echo "README has not changed, skipping commit"
rm -rf README.md.bak temp_dir.json temp_readme.json
exit 0
else
echo "README updated"
rm -rf README.md.bak temp_dir.json temp_readme.json
fi
- name: Configure Git