{"id":18675876,"url":"https://github.com/compeydev/rojo-build-action","last_synced_at":"2025-08-30T23:31:41.729Z","repository":{"id":65157542,"uuid":"552814999","full_name":"CompeyDev/rojo-build-action","owner":"CompeyDev","description":"A GitHub action to automate Rojo project builds.","archived":false,"fork":false,"pushed_at":"2023-03-15T16:06:18.000Z","size":609,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-07T17:56:27.104Z","etag":null,"topics":["ci","game-ci","github-actions","release-automation","roblox-api","roblox-studio","roblox-ts","rojo"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/rojo-build","language":"TypeScript","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/CompeyDev.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}},"created_at":"2022-10-17T09:14:27.000Z","updated_at":"2024-10-27T16:39:40.000Z","dependencies_parsed_at":"2024-11-11T20:00:46.685Z","dependency_job_id":null,"html_url":"https://github.com/CompeyDev/rojo-build-action","commit_stats":{"total_commits":46,"total_committers":1,"mean_commits":46.0,"dds":0.0,"last_synced_commit":"4bd0d6fcfa6b7f53d0a899e216b9ba26c0716c33"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompeyDev%2Frojo-build-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompeyDev%2Frojo-build-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompeyDev%2Frojo-build-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CompeyDev%2Frojo-build-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CompeyDev","download_url":"https://codeload.github.com/CompeyDev/rojo-build-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231539729,"owners_count":18392333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ci","game-ci","github-actions","release-automation","roblox-api","roblox-studio","roblox-ts","rojo"],"created_at":"2024-11-07T09:26:45.914Z","updated_at":"2024-12-27T20:38:16.900Z","avatar_url":"https://github.com/CompeyDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eRojo Build Action\u003c/h1\u003e\n  This action swiftly builds your rojo places, models \u0026 assets. \n  \u003cbr\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://media.discordapp.net/attachments/1016799328389574747/1031582625418190888/unknown.png\"\u003e\u003c/img\u003e \n\u003c/div\u003e                                                                                   \n\n\n\n## Inputs\n\n### `output`\n\n**Required** This is the file you want the action to output the build at. Make sure this does not include any file extensions. \n\n### `type`\n\n**Required** The type of file to output (rbxm, rbxlx, etc.). Defaults to rbxlx.  \n\n## Example usage\n\n```yml\non:\n  workflow_dispatch:\n  push: {branches: [\"master\", \"main\"]}\n\njobs:\n  status:\n    runs-on: ubuntu-latest\n    name: Build Rojo Project\n    steps:\n      - name: Checkout files\n        uses: actions/checkout@v3\n      - name: Build\n        uses: CompeyDev/rojo-build-action@0.1.5\n        with:\n          output: model\n          type: rbxm\n      - name: Commit and push if there are changes\n        run: |-\n          git diff\n          git config --global user.email \"hi@devcomp.xyz\"\n          git config --global user.name \"BuildBot\"\n          git diff --quiet || (git add -u \u0026\u0026 git commit -m \"chore(deploy): build rojo project\")\n          git push               \n```\n\nThis repository is licensed under a [MIT](https://compeydev.mit-license.org) License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompeydev%2Frojo-build-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompeydev%2Frojo-build-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompeydev%2Frojo-build-action/lists"}