Cleanup
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 8s
All checks were successful
Update Community Skins README / Full CI/CD Pipeline (push) Successful in 8s
This commit is contained in:
@@ -209,9 +209,11 @@ jobs:
|
|||||||
|
|
||||||
if cmp -s "$README_PATH" "${README_PATH}.bak"; then
|
if cmp -s "$README_PATH" "${README_PATH}.bak"; then
|
||||||
echo "README has not changed, skipping commit"
|
echo "README has not changed, skipping commit"
|
||||||
|
rm -rf README.md.bak temp_dir.json temp_readme.json
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "README updated"
|
echo "README updated"
|
||||||
|
rm -rf README.md.bak temp_dir.json temp_readme.json
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
|
|||||||
Reference in New Issue
Block a user