Skip to content

Commit

Permalink
πŸ› Fix file path
Browse files Browse the repository at this point in the history
Signed-off-by: Bjorn Lammers <[email protected]>
  • Loading branch information
walkxcode authored Oct 20, 2024
1 parent 16a4a8f commit df68010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_filetree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
git diff
git config --global user.email "[email protected]"
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
git push

0 comments on commit df68010

Please sign in to comment.