{"id":43367234,"url":"https://github.com/zachspar/setup-tool","last_synced_at":"2026-02-02T04:49:38.207Z","repository":{"id":248628199,"uuid":"822839652","full_name":"zachspar/setup-tool","owner":"zachspar","description":"GitHub action to setup any 3rd partly CLI tool.","archived":false,"fork":false,"pushed_at":"2024-10-14T17:27:32.000Z","size":393,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T15:15:00.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/zachspar.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-02T00:00:20.000Z","updated_at":"2024-07-16T03:46:18.000Z","dependencies_parsed_at":"2024-07-16T06:34:03.167Z","dependency_job_id":null,"html_url":"https://github.com/zachspar/setup-tool","commit_stats":null,"previous_names":["zachspar/setup-tool"],"tags_count":1,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/zachspar/setup-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Fsetup-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Fsetup-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Fsetup-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Fsetup-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zachspar","download_url":"https://codeload.github.com/zachspar/setup-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zachspar%2Fsetup-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29006076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-02-02T04:49:37.541Z","updated_at":"2026-02-02T04:49:38.201Z","avatar_url":"https://github.com/zachspar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Tool Action\n\n\u003e [!NOTE]\n\u003e This action is geared toward setting up simple CLI tools from a tarball URL.\n\nA GitHub Action to setup _any_ tool.\n\n## Usage\n\n```yaml\n- uses: zachspar/setup-tool@v0.1.0\n  with:\n    # Description: The name of the tool to setup.\n    # Required: false\n    # Default: 'tool'\n    name: 'tool-name'\n\n    # Description: The tarball URL to download the tool.\n    # Required: true\n    tarball-url: 'https://example.com/tool.tar.gz'\n```\n\n## Example\n\nSee the example below that sets up a tool called\n[`yq`](https://github.com/mikefarah/yq).\n\n```yaml\nsteps:\n  - name: Checkout\n    id: checkout\n    uses: actions/checkout@v4\n\n  - name: Setup Tool\n    id: setup-tool\n    uses: zachspar/setup-tool@v0.1.0\n    with:\n      name: 'yq'\n      tarball-url: 'https://github.com/mikefarah/yq/releases/download/v4.44.2/yq_linux_amd64.tar.gz'\n\n  - name: Print Tool Path\n    run: echo \"${{ steps.setup-tool.outputs.tool-path }}\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachspar%2Fsetup-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzachspar%2Fsetup-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzachspar%2Fsetup-tool/lists"}