{"id":15715614,"url":"https://github.com/homebrew/actions","last_synced_at":"2025-04-04T15:10:46.039Z","repository":{"id":36960804,"uuid":"202511568","full_name":"Homebrew/actions","owner":"Homebrew","description":"🚀 Homebrew's GitHub Actions","archived":false,"fork":false,"pushed_at":"2024-10-16T18:28:59.000Z","size":5785,"stargazers_count":121,"open_issues_count":3,"forks_count":39,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-10-29T12:25:30.470Z","etag":null,"topics":["actions","homebrew"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Homebrew.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"Homebrew","open_collective":"homebrew","patreon":"homebrew"}},"created_at":"2019-08-15T09:18:14.000Z","updated_at":"2024-10-28T22:55:10.000Z","dependencies_parsed_at":"2023-10-14T20:59:11.442Z","dependency_job_id":"08532bc4-8d04-4c15-978e-7c76a4d89d55","html_url":"https://github.com/Homebrew/actions","commit_stats":{"total_commits":763,"total_committers":32,"mean_commits":23.84375,"dds":0.7785058977719528,"last_synced_commit":"0e279d9aa7a5f6b4b21a5dfff5964602db6e4131"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Homebrew%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Homebrew%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Homebrew%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Homebrew%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Homebrew","download_url":"https://codeload.github.com/Homebrew/actions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198463,"owners_count":20900080,"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","homebrew"],"created_at":"2024-10-03T21:42:10.189Z","updated_at":"2025-04-04T15:10:46.021Z","avatar_url":"https://github.com/Homebrew.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Homebrew","https://opencollective.com/homebrew","https://patreon.com/homebrew"],"categories":[],"sub_categories":[],"readme":"# Homebrew's GitHub Actions\n\nNavigate to subdirectories for more information about particular Actions.\n\nEvery directory (except `node_modules`) is a separate Action.\n\n## Development\n\nIn Actions' subdirectories, there are no separate `node_modules` directories or `package-lock.json` files.\nThat's because we try to maintain one top-level dependency stack for all Actions together.\nTo add a new dependency (because some Action requires it), run `npm install` in root directory of this repository.\nTo update dependencies for all Actions at once, one needs to simply run `npm upgrade`, while being in root directory of this repository too.\n\nWorkflow names match Actions' directory names, for consistency.\nParticular workflow to test an Action is run only when this Action's directory contents or workflow file are changed.\nIn addition to that, all test workflows will run if `package.json` or `package-lock.json` files or `node_modules` directory are changed.\n\n\u003e Please be careful not to start multiple workflow jobs testing the same Action at once, as it may cause a failure, because of the way some Actions are tested.\n\nTo test an action locally, first run `npm install` in the root of this repository, then in the directory of your action, run `node main.js`. Input variables are specified through the environment. For example, if an Action needed a `pull_request` input, running `export INPUT_PULL_REQUEST=1234` would pass that input to the Node.js script. For Actions that need variables from the [GitHub Events API](https://docs.github.com/en/free-pro-team@latest/developers/webhooks-and-events/github-event-types), you'll need to save (or construct) the appropriate JSON file, then set `GITHUB_EVENT_PATH` to the file's location.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomebrew%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhomebrew%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhomebrew%2Factions/lists"}