Void Checkout
Version updated for https://github.com/void-musl/checkout to version v1.0.0-treeless.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action checkout checks out a repository in treeless mode, which includes only the files and directories specified in .gitattributes. This is useful for creating lightweight clones of repositories that do not include unnecessary binary or large files. The action automates the checkout process by using the default ref (github.ref) if not provided, and supports specifying the repository name and server URL as inputs.
What’s Changed
Full Changelog: https://github.com/void-musl/checkout/commits/v1.0.0-treeless