actions-marketplace-validations/PipeCD Register Event

Register an event to PipeCD

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Apr 11, 2025
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/pipe-cd_actions-event-register@b3a92962da718946cb4b2b081027c1a55f79605d # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
api-addressgRPC address to the PipeCD api serveryes""
api-keyAPI key to which the READ_WRITE role is attachedyes""
event-nameThe name of Eventyes""
dataThe string value of event datayes""
labelsThe comma-separated list of labels for the event. Format: key=value,key2=value2no""
contextsRequire pipectl >= v0.49.3. The comma-separated list of contexts for the event. Format: key=value,key2=value2no""
commit-hashThe commit hash that triggers the event. Required if you want to use PipeCD Deployment Trace feature.no""
commit-urlThe URL of the commit that triggers the event. Required if you want to use PipeCD Deployment Trace feature.no""
commit-titleThe title of the commit that triggers the event.no""
commit-messageThe message of the commit that triggers the event.no""
commit-authorThe author of the commit that triggers the event.no""
commit-timestampThe timestamp of the commit that triggers the event.no""
pipectl-versionThe version of pipectl command. Release versions: https://github.com/pipe-cd/pipecd/releasesnov0.51.0

no outputs