{"id":31642221,"url":"https://github.com/resonite-modding-group/setup-resonite-env-action","last_synced_at":"2026-06-10T17:31:16.732Z","repository":{"id":308455020,"uuid":"1032850511","full_name":"resonite-modding-group/setup-resonite-env-action","owner":"resonite-modding-group","description":"Github Action to setup a build environment for Resonite plugins and mods","archived":false,"fork":false,"pushed_at":"2026-04-07T10:58:14.000Z","size":37,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-07T12:25:09.219Z","etag":null,"topics":["actions","modding","mods","resonite","resonite-mod","resonitemodloader","rml","steamcmd"],"latest_commit_sha":null,"homepage":"https://discord.gg/ZMRyQ8bryN","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/resonite-modding-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-05T23:45:48.000Z","updated_at":"2026-04-07T10:48:01.000Z","dependencies_parsed_at":"2025-08-06T03:13:50.846Z","dependency_job_id":"009f0f40-1230-48b8-b255-9cebf3f88650","html_url":"https://github.com/resonite-modding-group/setup-resonite-env-action","commit_stats":null,"previous_names":["resonite-modding-group/setup-resonite-env-action"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/resonite-modding-group/setup-resonite-env-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resonite-modding-group%2Fsetup-resonite-env-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resonite-modding-group%2Fsetup-resonite-env-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resonite-modding-group%2Fsetup-resonite-env-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resonite-modding-group%2Fsetup-resonite-env-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/resonite-modding-group","download_url":"https://codeload.github.com/resonite-modding-group/setup-resonite-env-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/resonite-modding-group%2Fsetup-resonite-env-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34163253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","modding","mods","resonite","resonite-mod","resonitemodloader","rml","steamcmd"],"created_at":"2025-10-07T03:57:15.080Z","updated_at":"2026-06-10T17:31:16.727Z","avatar_url":"https://github.com/resonite-modding-group.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Resonite Environment Action\nGithub action to setup Resonite for building plugins and mods.\n\n- Downloads and caches Resonite using steamcmd.\n- Creates `/Libraries` where plugins can be placed or built to.\n- Sets up .Net 10.\n\n## Usage\n\n### Basic usage\n```yml\n- name: Setup build environment\n  id: build-env\n  uses: resonite-modding-group/setup-resonite-env-action@v0.2.0\n  with:\n    steam-user: ${{ secrets.STEAMUSER }}\n    steam-password: ${{ secrets.STEAMPASS }}\n```\n\n### Setup headless environment\n```yml\n- name: Setup build environment for headless branch\n  id: build-env\n  uses: resonite-modding-group/setup-resonite-env-action@v0.2.0\n  with:\n    steam-user: ${{ secrets.STEAMUSER }}\n    steam-password: ${{ secrets.STEAMPASS }}\n    branch: 'headless'\n    branch-password: ${{ secrets.BRANCHPASS }}\n```\n\n## Inputs\n\n| Name              | Description                                                                              | Required | Default     |\n| ----------------- | ---------------------------------------------------------------------------------------- | -------- | ----------- |\n| `resonite-path`   | Path to where Resonite will be installed                                                 | no       | `/Resonite` |\n| `steam-user`      | Steam username for SteamCMD (Provide via a secret: `secrets.STEAMUSER`)                  | yes      | —           |\n| `steam-password`  | Steam password for SteamCMD (Provide via a secret: `secrets.STEAMPASS`)                  | yes      | —           |\n| `branch`          | Branch of Resonite to use (`public`, `prerelease`, `headless`)                           | no       | `public`    |\n| `branch-password` | Branch password if using a protected branch (Provide via a secret: `secrets.BRANCHPASS`) | no       |             |\n\n## Outputs\n\n| Name             | Description                                |\n| ---------------- | ------------------------------------------ |\n| `resonite-path`  | Path to the `Resonite` install directory   |\n| `libraries-path` | Path to the `Resonite\\Libraries` directory |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresonite-modding-group%2Fsetup-resonite-env-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresonite-modding-group%2Fsetup-resonite-env-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresonite-modding-group%2Fsetup-resonite-env-action/lists"}