Skip to content

Commit 6bcc1be

Browse files
committed
chore: add doctrine components
1 parent 6ab3e45 commit 6bcc1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/subtree.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
chmod +x splitsh-lite
2727
echo "$(pwd)" >> $GITHUB_PATH
2828
- name: 'Split to manyrepo'
29-
run: find src -maxdepth 2 -name composer.json -print0 | xargs -I '{}' -n 1 -0 bash subtree.sh {} ${{ github.ref }}
29+
run: find src -maxdepth 3 -name composer.json -print0 | xargs -I '{}' -n 1 -0 bash subtree.sh {} ${{ github.ref }}

0 commit comments

Comments
 (0)