mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-11-06 05:27:23 +01:00
🐛 Fix file path
Signed-off-by: Bjorn Lammers <bjorn@lammers.media>
This commit is contained in:
parent
16a4a8fd7e
commit
df68010f94
2
.github/workflows/generate_filetree.yml
vendored
2
.github/workflows/generate_filetree.yml
vendored
@ -26,6 +26,6 @@ jobs:
|
|||||||
git diff
|
git diff
|
||||||
git config --global user.email "noreply@lammers.media"
|
git config --global user.email "noreply@lammers.media"
|
||||||
git config --global user.name "Dashboard Icons Bot"
|
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 commit -m ":construction_worker: Generates file_tree.json" || exit 0
|
||||||
git push
|
git push
|
Loading…
Reference in New Issue
Block a user