We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab3e45 commit 6bcc1beCopy full SHA for 6bcc1be
.github/workflows/subtree.yml
@@ -26,4 +26,4 @@ jobs:
26
chmod +x splitsh-lite
27
echo "$(pwd)" >> $GITHUB_PATH
28
- name: 'Split to manyrepo'
29
- 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 commit comments