actions-marketplace-validations/Trigger CircleCI Pipeline
Trigger pipelines on CircleCI for any event on GitHub.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GHA_Meta | An optional additional metadata parameter. Will be available on the CircleCI pipeline as GHA_Meta. | no | — |
| target-slug | The slug of the target CircleCI project. For example, "github/<org>/<project>". Will default to the current project. Can be overwritten with "TARGET_SLUG" environment variable. | no | — |
| target-branch | The branch of the target CircleCI project. Will default to the current branch name. This should be overwritten if "target-slug" is set. Can be overwritten with "TARGET_BRANCH" environment variable. | no | — |
| target-tag | The tag of the target CircleCI project. Will default to the current tag name if set. This or branch should be overwritten if "target-slug" is set. Can be overwritten with "TARGET_TAG" environment variable. | no | — |
Outputs
| name | description |
|---|---|
| id | The unique ID of the pipeline. |
| state | The current state of the pipeline. |
| number | The number of the pipeline. |
| created_at | The date and time the pipeline was created. |