Below you will find pages that utilize the taxonomy term “Void-Musl”
July 23, 2026
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.
July 23, 2026
Void Upload
Version updated for https://github.com/void-musl/upload-release to version v1.0.2.
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 This GitHub Action automates the process of uploading files to a specific release on GitHub. It simplifies the task by requiring only essential inputs such as the tag, release name, file pattern, and GitHub token. The main functionality is to allow developers to easily publish build artifacts or binary files directly from their workflows.