Warning
Sparse checkout is now supported in the main checkout action. This repo should no longer be used.
A simple action to perform a sparse checkout of the repository. This is a workaround until the feature is added to the main checkout action (see actions/checkout#680).
Required The pattern for the sparse checkout (see git documentation).
Required The branch to checkout.
uses: mirego/sparse-checkout@v1
with:
patterns: subproject/web subproject/ios
branch: beta