A GitHub Action to initialize a Beat Saber modding environment with stripped references for compiling mods in CI/CD.
To quickly set up the modding environment, add the following step to your GitHub Actions workflow:
- name: Initialize modding environment
uses: beat-forge/init-beatsaber@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 1.37.1
This will clone the stripped Beat Saber references for version 1.29.1
to the default path ./Refs
.
Name | Description | Required | Default |
---|---|---|---|
token |
GitHub token for cloning the Beat Saber repository. | Yes | None |
version |
Version of Beat Saber for the modding environment. | Yes | None |
path |
Path to clone the stripped Beat Saber references to. | No | ./Refs |
host |
Host to clone the stripped Beat Saber references from. | No | github.com |
repo |
Repository to clone the stripped Beat Saber references from. | No | beat-forge/beatsaber-stripped |
Contributions, issues, and feature requests are welcome! Feel free to check out the issues page.