beat-forge/Initialize Beat Saber Development Environment
A GitHub Action to initialize a Beat Saber modding environment
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 0–2scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Oct 10, 2024
- License
- AGPL 3.0
Pinned Snippet
uses: beat-forge/init-beatsaber@ad4a82082d1a51a872cb35e4412c02d2e5af0dc7 # v1.6.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token to use for downloading the modding environment | no | ${{ github.token }} |
| version | The Beat Saber version to use. Optional if 'ref' is provided or can be inferred from manifest.json. | no | — |
| ref | The Git reference to download (branch, tag, or commit SHA). Overrides the 'version' input if provided. | no | — |
| manifest | The path to the manifest.json file to infer version if 'version' is not specified | no | — |
| path | The location to install the modding environment to | no | ./Refs |
| host | The GitHub host to use | no | github.com |
| repo | The repository to use (format: owner/repo) | no | beat-forge/beatsaber-stripped |
Outputs
no outputs