Skip to content

Commit f6b3955

Browse files
committed
Merge branch 'master' of github.com:IBM/ibmcloud-action
2 parents 9961504 + c93654f commit f6b3955

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: 'IBM Cloud CLI'
2-
description: 'Deploy and configure IBM Cloud CLI to talk to the IBM Cloud'
2+
description: 'Install and configure IBM Cloud CLI to talk to IBM Cloud'
33
inputs:
44
APIKEY: # APIKEY
5-
description: 'Your API Key to access the IBM Cloud'
5+
description: 'Your API key to access IBM Cloud'
66
required: true
7-
CLOUD_REGION: # APIKEY
8-
description: 'The region to access the IBM Cloud'
7+
CLOUD_REGION: # REGION
8+
description: 'The region to access IBM Cloud'
99
required: true
1010
default: 'us-south'
1111

0 commit comments

Comments
 (0)