optivem/Summarize System Stage
Creates a comprehensive summary of system stage execution results for CI/CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 26, 2026
- License
- MIT
Pinned Snippet
uses: optivem/summarize-system-stage-action@2799076022454fa3b82c611b03ef6ea87997bda0 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| stage-name | The name of the stage (e.g., Acceptance, QA, Production) | yes | — |
| stage-result | Overall result of the stage (success/failure/skipped) | yes | — |
| environment | The environment name for this stage | yes | — |
| success-version | The version created on success (e.g., prerelease version) | no | — |
| success-artifact-ids | The artifact IDs created on success as JSON array. Single artifacts must also be in array format: ["artifact"]. Multiple artifacts: ["artifact1", "artifact2"] | no | — |
Outputs
no outputs