{"id":22408982,"url":"https://github.com/buildalon/setup-butler","last_synced_at":"2025-10-15T19:31:23.900Z","repository":{"id":266522316,"uuid":"898576389","full_name":"buildalon/setup-butler","owner":"buildalon","description":"A Github Action to setup the butler command line tool for itch.io content authoring","archived":false,"fork":false,"pushed_at":"2025-05-18T21:08:06.000Z","size":412,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T22:25:01.057Z","etag":null,"topics":["actions","butler","game-ci","game-development","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/buildalon.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,"zenodo":null}},"created_at":"2024-12-04T16:35:30.000Z","updated_at":"2025-05-18T21:06:58.000Z","dependencies_parsed_at":"2024-12-04T18:19:17.619Z","dependency_job_id":"dba84a28-6828-4759-bd28-3544840d567b","html_url":"https://github.com/buildalon/setup-butler","commit_stats":null,"previous_names":["buildalon/setup-butler"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/buildalon/setup-butler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fsetup-butler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fsetup-butler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fsetup-butler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fsetup-butler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildalon","download_url":"https://codeload.github.com/buildalon/setup-butler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildalon%2Fsetup-butler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279107212,"owners_count":26105223,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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","butler","game-ci","game-development","github","github-actions","github-actions-tool","itch","itch-io","itchio","tool-cache"],"created_at":"2024-12-05T12:06:11.014Z","updated_at":"2025-10-15T19:31:23.472Z","avatar_url":"https://github.com/buildalon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# setup-butler\n\n[![Discord](https://img.shields.io/discord/939721153688264824.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2)](https://discord.gg/VM9cWJ9rjH) [![marketplace](https://img.shields.io/static/v1?label=\u0026labelColor=505050\u0026message=Buildalon%20Actions\u0026color=FF1E6F\u0026logo=github-actions\u0026logoColor=0076D6)](https://github.com/marketplace?query=buildalon) [![validate](https://github.com/buildalon/setup-butler/actions/workflows/validate.yml/badge.svg?branch=main)](https://github.com/buildalon/setup-butler/actions/workflows/validate.yml)\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: buildalon/setup-butler@v1\n        with:\n          api-key: ${{ secrets.BUTLER_API_KEY }}\n      # run butler commands\n      - name: Upload to itch.io\n        # https://itch.io/docs/butler/pushing.html\n        run: butler push directory user/game:channel\n        env:\n          BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}\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%2Fbuildalon%2Fsetup-butler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildalon%2Fsetup-butler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildalon%2Fsetup-butler/lists"}