From 75822c149bde645a9ce765c3d83e24f7677882d5 Mon Sep 17 00:00:00 2001 From: Andy Date: Mon, 19 Dec 2022 13:37:10 -0500 Subject: [PATCH] Add case_conflicts.py to the update_hub add plugins/themes/authors script. This will prevent the addition of new files where the only difference between it and an existing file is the case of the filename. --- .github/workflows/update_hub.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_hub.yml b/.github/workflows/update_hub.yml index df731162a..a733e4d56 100644 --- a/.github/workflows/update_hub.yml +++ b/.github/workflows/update_hub.yml @@ -45,6 +45,7 @@ jobs: run: | cd .github/scripts python3 ./update_releases.py --all + python3 ./case_conflicts.py cd ../.. git add . git commit -m "Add new plugins, themes and authors" || echo "nothing to commit"