actions-marketplace-validations/PipeCD Register Event
Register an event to PipeCD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Apr 11, 2025
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/pipe-cd_actions-event-register@b3a92962da718946cb4b2b081027c1a55f79605d # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-address | gRPC address to the PipeCD api server | yes | "" |
| api-key | API key to which the READ_WRITE role is attached | yes | "" |
| event-name | The name of Event | yes | "" |
| data | The string value of event data | yes | "" |
| labels | The comma-separated list of labels for the event. Format: key=value,key2=value2 | no | "" |
| contexts | Require pipectl >= v0.49.3. The comma-separated list of contexts for the event. Format: key=value,key2=value2 | no | "" |
| commit-hash | The commit hash that triggers the event. Required if you want to use PipeCD Deployment Trace feature. | no | "" |
| commit-url | The URL of the commit that triggers the event. Required if you want to use PipeCD Deployment Trace feature. | no | "" |
| commit-title | The title of the commit that triggers the event. | no | "" |
| commit-message | The message of the commit that triggers the event. | no | "" |
| commit-author | The author of the commit that triggers the event. | no | "" |
| commit-timestamp | The timestamp of the commit that triggers the event. | no | "" |
| pipectl-version | The version of pipectl command. Release versions: https://github.com/pipe-cd/pipecd/releases | no | v0.51.0 |
Outputs
no outputs