actions-marketplace-validations/Trigger CI

Launches a CI build in another repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 22, 2021
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/informaticsmatters_trigger-ci-action@86a187932ffa16df10523eeb341cd216e349bc61 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
ci-typeThe repository type, i.e. 'github-workflow-dispatch' for workflow-dispatch triggers. Supported values are 'github-workflow-dispatch'. yesgithub-workflow-dispatch
ci-ownerThe repository owner, i.e. 'informaticsmatters'yes
ci-repositoryThe repository, i.e. 'squonk'yes
ci-refThe fully qualified remote reference, a branch or a tag. Default is 'refs/heads/main' but can be a branch, i.e. 'refs/heads/dev-branch' or a tag, i.e. 'refs/tags/2021.3', or any valid reference. norefs/heads/main
ci-userA user that can access the repositoryyes
ci-user-tokenThe repository user's tokenyes
ci-nameThe name of the remote CI process. In the case of a GitHub workflow this is the name of the workflow (the assigned name in the workflow file, not its filename) nono-such-name
ci-inputsA space-separated set of inputs and values for the remote CI process. i.e. 'x=100 y=200' nono-such-input=1

no outputs