Description of the feature request
Bitrise api allows us easily trigger/abort builds, by providing branch or git commit hash. When it comes to build-router-start step, which triggers builds and awaits them, no possibility to trigger workflow by passing specific commit hash, it uses $BITRISE_GIT_COMMIT env variable.
Use case / for what or how I would use it
In some cases we need to trigger workflows from another branch or with certain commit hash. Would be great if we can pass commit hash as a parameter to build-router-start step. Like
- build-router-start@0:
inputs:
- commit: $SPECIFIC_COMMIT
- workflows: |-
Test-Workflow1
Test-Workflow2
- wait_for_builds: “true”
- access_token: $ACCESS_TOKEN