{"id":22408981,"url":"https://github.com/rageagainstthepixel/setup-butler","last_synced_at":"2026-05-06T20:36:15.795Z","repository":{"id":266506317,"uuid":"898487087","full_name":"RageAgainstThePixel/setup-butler","owner":"RageAgainstThePixel","description":"A Github Action to setup the butler command line tool for itch.io content authoring.","archived":false,"fork":false,"pushed_at":"2025-01-22T01:24:10.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T07:42:55.162Z","etag":null,"topics":["actions","butler","game-ci","github","github-actions","github-actions-tool","itch","itch-io","itchio","tool-cache"],"latest_commit_sha":null,"homepage":"https://github.com/itchio/butler","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RageAgainstThePixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"StephenHodgson","patreon":"RageAgainstThePixel"}},"created_at":"2024-12-04T13:37:14.000Z","updated_at":"2025-01-22T01:22:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"9194d325-1557-4de6-b36d-f7774bfb3aa2","html_url":"https://github.com/RageAgainstThePixel/setup-butler","commit_stats":null,"previous_names":["rageagainstthepixel/setup-butler"],"tags_count":4,"template":false,"template_full_name":"RageAgainstThePixel/github-action-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fsetup-butler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fsetup-butler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fsetup-butler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RageAgainstThePixel%2Fsetup-butler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RageAgainstThePixel","download_url":"https://codeload.github.com/RageAgainstThePixel/setup-butler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245767352,"owners_count":20668828,"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":["actions","butler","game-ci","github","github-actions","github-actions-tool","itch","itch-io","itchio","tool-cache"],"created_at":"2024-12-05T12:06:11.003Z","updated_at":"2026-05-06T20:36:15.762Z","avatar_url":"https://github.com/RageAgainstThePixel.png","language":"TypeScript","funding_links":["https://github.com/sponsors/StephenHodgson","https://patreon.com/RageAgainstThePixel"],"categories":[],"sub_categories":[],"readme":"# setup-butler\n\nA Github Action to setup the [butler](https://github.com/itchio/butler) command line tools for itch.io content authoring.\n\n## How to use\n\n### workflow\n\n```yaml\njobs:\n  validate:\n    runs-on: ${{ matrix.os }}\n    strategy:\n      matrix:\n        os: [macos-latest, windows-latest, ubuntu-latest]\n    steps:\n      # download and setup butler\n      - uses: RageAgainstThePixel/setup-butler@v1\n        with:\n          api-key: ${{ secrets.BUTLER_API_KEY }}\n      # run butler\n      - run: butler --version\n```\n\n### inputs\n\n| name | description | required |\n| ---- | ----------- | -------- |\n| `api-key` | An [api key for your itch.io account](https://itch.io/user/settings/api-keys) | true |\n| `version` | The version of butler to install. Defaults to `latest`. | false |\n| `self-update` | Update butler to the latest version. Defaults to `true`. | false |\n\n### outputs\n\n### environment variables\n\n- `BUTLER_PATH`: The `butler` directory location.\n- `BUTLER_DIR`: The directory where butler is installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frageagainstthepixel%2Fsetup-butler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frageagainstthepixel%2Fsetup-butler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frageagainstthepixel%2Fsetup-butler/lists"}