Skip to content

Commit b305211

Browse files
authored
Update action.yml
1 parent 95327c0 commit b305211

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
required: true
77
CLOUD_REGION: # REGION
88
description: 'The region to access IBM Cloud'
9-
required: true
9+
required: false
1010
default: 'us-south'
1111

1212
runs:
@@ -15,3 +15,7 @@ runs:
1515
args:
1616
- ${{ inputs.APIKEY }}
1717
- ${{ inputs.CLOUD_REGION }}
18+
19+
branding:
20+
icon: 'upload-cloud'
21+
color: 'blue'

0 commit comments

Comments
 (0)