🐛 Fix file path

Signed-off-by: Bjorn Lammers <bjorn@lammers.media>
This commit is contained in:
Bjorn Lammers 2024-10-20 12:14:18 +02:00 committed by GitHub
parent 16a4a8fd7e
commit df68010f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,6 @@ jobs:
git diff
git config --global user.email "noreply@lammers.media"
git config --global user.name "Dashboard Icons Bot"
git add file_tree.json
git add tree.json
git commit -m ":construction_worker: Generates file_tree.json" || exit 0
git push