hustcer/Erda Pipeline

A github action to run, query or stop Erda Pipelines

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 3, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: hustcer/erda-pipeline@a216a09d608daa4c7b2bb8cc207713820b39e53d # v1.15

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

namedescriptionrequireddefault
actionThe action to do with the Erda Pipelines, could be `run`, `query` or `cancel`.yesrun
pidErda project id of the pipeline to handle.yes
app-idErda app id of the pipeline to handle.yes
app-nameErda app name of the pipeline to handle.yes
branchThe Erda branch name of the pipeline to handle.yes
environmentThe Erda environment of the pipeline to handle, should be `DEV`, `TEST`, `STAGING` or `PROD`.yes
pipelineThe Erda pipeline file to handle.yespipeline.yml

no outputs