Github action to setup Resonite for building plugins and mods
- name: Setup build environment
  id: build-env
  uses: resonite-modding-group/[email protected]
  with:
    steam-user: ${{ secrets.STEAMUSER }}
    steam-password: ${{ secrets.STEAMPASS }}| Name | Description | Required | Default | 
|---|---|---|---|
| resonite-path | Path to where Resonite will be installed | no | /Resonite | 
| steam-user | Steam username for SteamCMD (Provide this via a secret: secrets.STEAMUSER) | yes | — | 
| steam-password | Steam password for SteamCMD (Provide this via a secret: secrets.STEAMPASS) | yes | — | 
| branch | Branch of Resonite to use ( public,prerelease,headless) | no | public | 
| Name | Description | 
|---|---|
| resonite-path | Path to the Resoniteinstall directory | 
| libraries-path | Path to the Resonite\Librariesdirectory |