Skip to content

Commit

Permalink
chore: add doctrine components
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Jan 25, 2024
1 parent 6ab3e45 commit 6bcc1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/subtree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
chmod +x splitsh-lite
echo "$(pwd)" >> $GITHUB_PATH
- name: 'Split to manyrepo'
run: find src -maxdepth 2 -name composer.json -print0 | xargs -I '{}' -n 1 -0 bash subtree.sh {} ${{ github.ref }}
run: find src -maxdepth 3 -name composer.json -print0 | xargs -I '{}' -n 1 -0 bash subtree.sh {} ${{ github.ref }}

0 comments on commit 6bcc1be

Please sign in to comment.