{"id":18884163,"url":"https://github.com/dcarbone/install-yq-action","last_synced_at":"2025-04-14T21:13:16.102Z","repository":{"id":65159478,"uuid":"550894772","full_name":"dcarbone/install-yq-action","owner":"dcarbone","description":"Install YQ into the action tool cache without needing nodejs","archived":false,"fork":false,"pushed_at":"2025-03-05T11:16:44.000Z","size":92,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T21:13:04.230Z","etag":null,"topics":["action","actions","cicd","deploy","github-action","github-actions","yq"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcarbone.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}},"created_at":"2022-10-13T13:55:46.000Z","updated_at":"2025-03-05T11:16:55.000Z","dependencies_parsed_at":"2025-03-05T12:22:01.380Z","dependency_job_id":"51082672-a7e1-4035-adb4-9762596f4731","html_url":"https://github.com/dcarbone/install-yq-action","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcarbone%2Finstall-yq-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcarbone%2Finstall-yq-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcarbone%2Finstall-yq-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcarbone%2Finstall-yq-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcarbone","download_url":"https://codeload.github.com/dcarbone/install-yq-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961237,"owners_count":21189993,"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","cicd","deploy","github-action","github-actions","yq"],"created_at":"2024-11-08T07:11:24.797Z","updated_at":"2025-04-14T21:13:16.070Z","avatar_url":"https://github.com/dcarbone.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# install-yq-action\nCross-platform [yq](https://github.com/mikefarah/yq) installer composite action\n\n[![Tests - Install YQ Action](https://github.com/dcarbone/install-yq-action/actions/workflows/tests.yaml/badge.svg)](https://github.com/dcarbone/install-yq-action/actions/workflows/tests.yaml)\n\n# Index\n\n1. [Examples](#examples)\n2. [Action Source](action.yaml)\n3. [Action Inputs](#action-inputs)\n4. [Action Outputs](#action-outputs)\n\n## Examples\n\n* [linux](./.github/workflows/example-linux.yaml)\n* [macos](./.github/workflows/example-macos.yaml)\n* [windows](./.github/workflows/example-windows.yaml)\n\n## Action Inputs\n\n#### version\n```yaml\n  version:\n    required: false\n    description: \"Version of YQ to install\"\n    default: \"v4.44.3\"\n```\n\nThis must be a version with a [corresponding release](https://github.com/mikefarah/yq/releases).\n\n#### download-compressed\n```yaml\n  download-compressed:\n    required: false\n    description: \"If 'true', downloads .tar.gz of binary rather than raw binary.  Save the tubes.\"\n    default: 'true'\n```\n\n#### force\n```yaml\n  force:\n    required: false\n    description: \"If 'true', does not check for existing yq installation before continuing.\"\n    default: 'false'\n```\n\nGitHub's own hosted runners come with a version of\n[yq pre-installed](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#preinstalled-software).\n\nSetting this to `true` will install the version you specify into the tool cache, superseding the preinstalled version.\nSetting this to true can also help ensure the same version is used across both self-hosted and remote runners. \n\n## Action Outputs\n\n#### found\n```yaml\n  found:\n    description: \"If 'true', yq was already found on this runner\"\n```\n\n#### installed\n```yaml\n  installed:\n    description: \"If 'true', yq was installed by this action\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcarbone%2Finstall-yq-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcarbone%2Finstall-yq-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcarbone%2Finstall-yq-action/lists"}