advantic-au/MQ client download
Download and install the MQ client library from IBM
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| download-path | Target download path for MQ client | yes | ${{ runner.temp }}/mqc_download |
| client-version | MQ client version | yes | latest |
| os | OS of MQ client | yes | ${{ runner.os }} |
| arch | Architecture of MQ client | yes | ${{ runner.arch }} |
Outputs
| name | description |
|---|---|
| client-archive-path | MQ client archive path |
| client-version | MQ client version downloaded |
| client-install-path | MQ client installation path |