{"id":17493322,"url":"https://github.com/sajari/setup-cue","last_synced_at":"2025-04-10T21:06:01.930Z","repository":{"id":47561440,"uuid":"399275658","full_name":"sajari/setup-cue","owner":"sajari","description":"Setup cuelang in your GitHub Actions workflow","archived":false,"fork":false,"pushed_at":"2021-08-26T23:26:35.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-10T21:05:09.139Z","etag":null,"topics":["action","actions","github-actions"],"latest_commit_sha":null,"homepage":null,"language":null,"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/sajari.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":null,"security":null,"support":null}},"created_at":"2021-08-23T23:32:31.000Z","updated_at":"2022-05-17T07:45:56.000Z","dependencies_parsed_at":"2023-01-11T17:22:59.663Z","dependency_job_id":null,"html_url":"https://github.com/sajari/setup-cue","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajari%2Fsetup-cue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajari%2Fsetup-cue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajari%2Fsetup-cue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sajari%2Fsetup-cue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sajari","download_url":"https://codeload.github.com/sajari/setup-cue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248298350,"owners_count":21080319,"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":["action","actions","github-actions"],"created_at":"2024-10-19T12:06:31.314Z","updated_at":"2025-04-10T21:06:01.892Z","avatar_url":"https://github.com/sajari.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup CUE\n\nThis GitHub Action downloads and installs [`cue`](https://cuelang.org/) so that\nit can be used as part of your workflow.\n\n## Inputs\n\n### `version`\n\nExact version of `cue` to install (cannot be a range or pattern).\nMust be a [released version](https://github.com/cuelang/cue/releases).\n\n### `github-token`\n\nGitHub Token to use when downloading the release from GitHub.\n\n## Outputs\n\n### `bin`\n\nPath to the `cue` binary, but will also be made available in `$GITHUB_PATH`.\n\n## Example usage\n\n```yaml\npermissions:\n  contents: read\nsteps:\n- uses: sajari/setup-cue@v1\n  with:\n    version: 0.4.0\n    github-token: ${{ secrets.GITHUB_TOKEN }}\n- run: cue version\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajari%2Fsetup-cue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsajari%2Fsetup-cue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsajari%2Fsetup-cue/lists"}