We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9961504 + c93654f commit f6b3955Copy full SHA for f6b3955
action.yml
@@ -1,11 +1,11 @@
1
name: 'IBM Cloud CLI'
2
-description: 'Deploy and configure IBM Cloud CLI to talk to the IBM Cloud'
+description: 'Install and configure IBM Cloud CLI to talk to IBM Cloud'
3
inputs:
4
APIKEY: # APIKEY
5
- description: 'Your API Key to access the IBM Cloud'
+ description: 'Your API key to access IBM Cloud'
6
required: true
7
- CLOUD_REGION: # APIKEY
8
- description: 'The region to access the IBM Cloud'
+ CLOUD_REGION: # REGION
+ description: 'The region to access IBM Cloud'
9
10
default: 'us-south'
11
0 commit comments