beat-forge/Initialize Beat Saber Development Environment

A GitHub Action to initialize a Beat Saber modding environment

View on GitHub

Trust Signals

Scorecard Score
Scorecard 0–2scored Jul 6, 2026
Maintenance Recency
Stalelast commit Oct 10, 2024
License
AGPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: beat-forge/init-beatsaber@ad4a82082d1a51a872cb35e4412c02d2e5af0dc7 # v1.6.6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenThe GitHub token to use for downloading the modding environmentno${{ github.token }}
versionThe Beat Saber version to use. Optional if 'ref' is provided or can be inferred from manifest.json.no
refThe Git reference to download (branch, tag, or commit SHA). Overrides the 'version' input if provided.no
manifestThe path to the manifest.json file to infer version if 'version' is not specifiedno
pathThe location to install the modding environment tono./Refs
hostThe GitHub host to usenogithub.com
repoThe repository to use (format: owner/repo)nobeat-forge/beatsaber-stripped

no outputs