hustcer/Erda Pipeline
A github action to run, query or stop Erda Pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 3, 2025
- License
- MIT
Pinned Snippet
uses: hustcer/erda-pipeline@a216a09d608daa4c7b2bb8cc207713820b39e53d # v1.15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The action to do with the Erda Pipelines, could be `run`, `query` or `cancel`. | yes | run |
| pid | Erda project id of the pipeline to handle. | yes | — |
| app-id | Erda app id of the pipeline to handle. | yes | — |
| app-name | Erda app name of the pipeline to handle. | yes | — |
| branch | The Erda branch name of the pipeline to handle. | yes | — |
| environment | The Erda environment of the pipeline to handle, should be `DEV`, `TEST`, `STAGING` or `PROD`. | yes | — |
| pipeline | The Erda pipeline file to handle. | yes | pipeline.yml |
Outputs
no outputs