{"id":20187903,"url":"https://github.com/bitrise-steplib/steps-bitrise-run","last_synced_at":"2025-09-21T19:31:37.328Z","repository":{"id":46681398,"uuid":"106297017","full_name":"bitrise-steplib/steps-bitrise-run","owner":"bitrise-steplib","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-18T08:17:20.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-04T08:11:40.659Z","etag":null,"topics":["bitrise","bitrise-step","ci","production-code"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/bitrise-steplib.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":"2017-10-09T14:51:49.000Z","updated_at":"2024-10-04T14:09:08.000Z","dependencies_parsed_at":"2022-09-03T06:22:27.809Z","dependency_job_id":null,"html_url":"https://github.com/bitrise-steplib/steps-bitrise-run","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/bitrise-steplib/steps-bitrise-run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fsteps-bitrise-run","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fsteps-bitrise-run/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fsteps-bitrise-run/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fsteps-bitrise-run/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitrise-steplib","download_url":"https://codeload.github.com/bitrise-steplib/steps-bitrise-run/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitrise-steplib%2Fsteps-bitrise-run/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276294995,"owners_count":25617996,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bitrise","bitrise-step","ci","production-code"],"created_at":"2024-11-14T03:26:37.458Z","updated_at":"2025-09-21T19:31:36.513Z","avatar_url":"https://github.com/bitrise-steplib.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitrise Run\n\n[![Step changelog](https://shields.io/github/v/release/bitrise-steplib/steps-bitrise-run?include_prereleases\u0026label=changelog\u0026color=blueviolet)](https://github.com/bitrise-steplib/steps-bitrise-run/releases)\n\nRuns a specified Workflow from the `bitrise.yml` file.\n\n\u003cdetails\u003e\n\u003csummary\u003eDescription\u003c/summary\u003e\n\nThis Step runs a specified Workflow from the targeted `bitrise.yml` file.\n\n### Configuring the Step\n\n1. Set the **Workflow ID** input. It uses the `$BITRISE_TRIGGERED_WORKFLOW_ID` Environment Variable (Env Var) by default. This Env Var is automatically set to the Workflow that triggered the build.\n2. Set the **bitrise.yml path**. It's populated with `./bitrise.yml` path by default.\n\n### Troubleshooting\nPlease make sure that you select an existing Workflow ID.\nPlease make sure that you set a correct and existing `bitrise.yml` file path.\n\n### Related Steps\n- [Bitrise Start Build](https://www.bitrise.io/integrations/steps/build-router-start)\n- [Bitrise Wait for Build](https://www.bitrise.io/integrations/steps/build-router-wait)\n\u003c/details\u003e\n\n## 🧩 Get started\n\nAdd this step directly to your workflow in the [Bitrise Workflow Editor](https://devcenter.bitrise.io/steps-and-workflows/steps-and-workflows-index/).\n\nYou can also run this step directly with [Bitrise CLI](https://github.com/bitrise-io/bitrise).\n\n## ⚙️ Configuration\n\n\u003cdetails\u003e\n\u003csummary\u003eInputs\u003c/summary\u003e\n\n| Key | Description | Flags | Default |\n| --- | --- | --- | --- |\n| `workflow_id` | ID (name) of the workflow to run.  It must exist in the bitrise.yml file. | required | `$BITRISE_TRIGGERED_WORKFLOW_ID` |\n| `bitrise_config_path` |  | required | `./bitrise.yml` |\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eOutputs\u003c/summary\u003e\nThere are no outputs defined in this step\n\u003c/details\u003e\n\n## 🙋 Contributing\n\nWe welcome [pull requests](https://github.com/bitrise-steplib/steps-bitrise-run/pulls) and [issues](https://github.com/bitrise-steplib/steps-bitrise-run/issues) against this repository.\n\nFor pull requests, work on your changes in a forked repository and use the Bitrise CLI to [run step tests locally](https://devcenter.bitrise.io/bitrise-cli/run-your-first-build/).\n\nLearn more about developing steps:\n\n- [Create your own step](https://devcenter.bitrise.io/contributors/create-your-own-step/)\n- [Testing your Step](https://devcenter.bitrise.io/contributors/testing-and-versioning-your-steps/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitrise-steplib%2Fsteps-bitrise-run","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitrise-steplib%2Fsteps-bitrise-run","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitrise-steplib%2Fsteps-bitrise-run/lists"}