💚 Fixes file path
This commit is contained in:
2
.github/workflows/generate_file_tree.yml
vendored
2
.github/workflows/generate_file_tree.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
run: |
|
||||
git config --global user.email "noreply@lammers.media"
|
||||
git config --global user.name "Dashboard Icons Bot"
|
||||
git add ../tree.json
|
||||
git add tree.json
|
||||
git commit -m ":construction_worker: Generate file tree" || exit 0
|
||||
git pull --rebase origin ${{ github.ref_name }}
|
||||
git push origin HEAD:${{ github.ref_name }}
|
||||
|
||||
Reference in New Issue
Block a user