Skip to content

Commit

Permalink
Add case_conflicts.py to the update_hub add plugins/themes/authors sc…
Browse files Browse the repository at this point in the history
…ript.

This will prevent the addition of new files where the only difference between it and an existing file is the case of the filename.
  • Loading branch information
andynu committed Dec 19, 2022
1 parent ca65fdb commit 75822c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 75822c1

Please sign in to comment.