Skip to content

Commit 0a27941

Browse files
committed
Update action.yml to match README
Signed-off-by: Jason Frey <fryguy9@gmail.com>
1 parent de5f168 commit 0a27941

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ steps:
5454

5555
### Outputs
5656

57-
- `version`: The version of the IBM Cloud CLI that was installed
57+
- `version`: The version of the IBM Cloud CLI that was installed.
5858

5959
This can be accessed in a subsequent step by accessing the outputs as follows:
6060

action.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,27 @@ branding:
44
icon: download-cloud
55
color: blue
66
inputs:
7-
plugins:
8-
description: |
9-
A comma, space, or newline separated list of CLI plugins to be installed.
10-
The plugins can listed as PLUGIN_NAME (e.g. container-service) or PLUGIN_NAME@VERSION (e.g. container-service@0.4.102)
11-
For more information about plugins see https://cloud.ibm.com/docs/cli?topic=cli-plug-ins
12-
api:
13-
description: API endpoint to IBM Cloud
14-
default: https://cloud.ibm.com
157
api_key:
16-
description: API Key to login to IBM Cloud
8+
description: API Key to login to IBM Cloud obtained from your [IAM settings](https://cloud.ibm.com/iam/apikeys).
179
region:
18-
description: Region to access on IBM Cloud
10+
description: Region to access on IBM Cloud.
1911
default: us-south
2012
group:
21-
description: Resource group to access on IBM Cloud
13+
description: Resource group to access on IBM Cloud.
2214
default: default
15+
api:
16+
description: API endpoint to IBM Cloud.
17+
default: https://cloud.ibm.com
18+
plugins:
19+
description: |
20+
A comma, space, or newline separated list of CLI plugins to be installed.
21+
22+
The plugins can listed by name (e.g. `container-service`) or with a specific version (e.g. `container-service@0.4.102`).
23+
24+
For more information about plugins see [Extending IBM Cloud CLI with plug-ins](https://cloud.ibm.com/docs/cli?topic=cli-plug-ins).
2325
outputs:
2426
version:
25-
description: The version of the IBM Cloud CLI that was installed
27+
description: The version of the IBM Cloud CLI that was installed.
2628
runs:
2729
using: node20
2830
main: dist/index.js

0 commit comments

Comments
 (0)