{"id":43716424,"url":"https://github.com/khanlab/actions","last_synced_at":"2026-02-05T07:32:59.536Z","repository":{"id":188925356,"uuid":"679692897","full_name":"khanlab/actions","owner":"khanlab","description":"Centralized repo of reusable GH actions","archived":false,"fork":false,"pushed_at":"2025-10-01T12:53:41.000Z","size":145,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-01T13:23:57.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khanlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-17T12:06:47.000Z","updated_at":"2025-10-01T12:53:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"3544b004-42de-4a31-8d1c-3ec1f92eda0e","html_url":"https://github.com/khanlab/actions","commit_stats":null,"previous_names":["khanlab/actions"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/khanlab/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanlab%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanlab%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanlab%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanlab%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khanlab","download_url":"https://codeload.github.com/khanlab/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khanlab%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29115573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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-05T07:32:59.317Z","updated_at":"2026-02-05T07:32:59.527Z","avatar_url":"https://github.com/khanlab.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Khanlab Github Actions\n\nA central repository storing reusable workflows and composite actions for\nGithub actions, enabling simpler maintenance of workflows across\ndifferent projects.\n\n## Composite action\n\nComposite actions (stored in `.github/actions`) are non-specific, reusable\ntasks (e.g. grabbing a project version, making a commit). These can be\ninserted as a step within a job in a downstream workflow.\n\nThe name of the composite action is defined by the directory name. The\nintended steps are stored within an `action.yml` file within each directory.\n\n## Reusable workflow\n\nResuable workflows (stored in `.github/workflows`) are intended to perform a\nspecific task (e.g. deploy a docker container, assign a reviewer, etc). These\ncan only be called as a \"job\" in the downstream action.\n\nThe name of the reusable workflows is defined directly within the `workflows`\ndirectory.\n\n## Contributing\n\nEveryone is welcome to contribute their resuable workflows and composite\nactions. If using a composite action within a reusable workflow, the\n`org/repo` must be specified, otherwise downstream usage will assume the\ncomposite action is stored within the downstream repository.\n\nAn example of this can be seen below:\n\n```yaml\n- name: Grab previous version\n  id: semver\n  uses: khanlab/actions/.github/actions/action-version_task-updatePrereleaseVersion@v0.3.1\n  with:\n    project-metadata: ${{ inputs.project-metadata }}\n    bp-pat: ${{ secrets.BP_PAT }}\n```\n\nNaming of these files take inspiration from BIDS, but with a camel-case\nvalue scheme. Workflows are defined by the `workflow` entity, while composite\nactions are defined by the `action` entity. The intended task is defined by\n`task`.\n\n_NOTE: You can test your workflow locally using a tool like_\n_[nektos/act](https://github.com/nektos/act). For security reasons, it is_\n_recommended to include your secrets in an external file.\"_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanlab%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhanlab%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhanlab%2Factions/lists"}