Skip to content

beat-forge/init-beatsaber

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

@beat-forge/init-beatsaber

A GitHub Action to initialize a Beat Saber modding environment with stripped references for compiling mods in CI/CD.

Quickstart 🚀

- name: Initialize modding environment
  uses: beat-forge/init-beatsaber@v1
  with:
    token: ${{ github.token }} # required
    version: 1.29.1 # required

Inputs ⚙️

Name Description Required Default
token GitHub token to use for cloning the Beat Saber repository. true ${{ github.token }} - Provided by GitHub Actions.
version The version of Beat Saber to use for the modding environment. true N/A
path The path to clone the stripped Beat Saber refrerences to. false ./Refs
repo The repository to clone the stripped Beat Saber refrerences from. false https://github.com/beat-forge/beatsaber-stripped

Contributing 🤝

Contributions, issues and feature requests are welcome! Feel free to check out the issues page.

Stargazers over time 📈

Star History Chart