mandelsoft/Open Component Model actions
Execute Open Component Model operations on project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 11, 2022
- License
- None
Pinned Snippet
uses: mandelsoft/ocm-action@f62312ce0719dd2f0db4f882870777da528c466e # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tool_version | Version of the ocm tool | yes | v0.32.0 |
| tool_repo | Repository of the ocm tool | yes | gardender/component-cli |
| action | action to execute | yes | — |
| component | component name | no | — |
| version | component version | no | — |
| descriptor | path to initial component descriptor | no | — |
| version_cmd | command used to extract actual version | no | — |
| version_file | file to lookup the actual version | no | — |
| directory | directory to store component information | no | — |
| ctf | ctf file path | no | gen/ocm/ctf |
| resources | resource specification | no | — |
| comprepo_url | component repository base url | no | — |
| comprepo_user | component repository user | no | — |
| comprepo_password | component repository password | no | — |
Outputs
| name | description |
|---|---|
| component-name | component name |
| component-version | component version |
| component-path | component path |
| transport-archive | transport archive path |