https://github.com/mandelsoft/ocm-setup
https://github.com/mandelsoft/ocm-setup
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mandelsoft/ocm-setup
- Owner: mandelsoft
- Created: 2022-01-07T11:52:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T15:42:00.000Z (over 3 years ago)
- Last Synced: 2025-01-31T10:30:41.631Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Open Component Model CLI setup action
This action installs a dedicated version of the OCM tool to be used
in further steps. For example in a Makefile called as subsequenet step to
build a project.
## Inputs
### `version`
**Optional** The tool version to install. Default `"v0.32.0"`.
### `repo`
**Optional** The repository of the tool to install. Default `"gardener/component-cli"`.
## Outputs
## `ocm-path`
The installation path of the tool.
It is installed into a PATH folder. Therefore it can be directly be used, also.
## Example usage
```
uses: mandelsoft/ocm-setup@master
with:
version: v0.31.0
```