Skip to content

Commit aaf2bb7

Browse files
Remove type key from action.yml inputs
1 parent 0627ebe commit aaf2bb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,12 @@ inputs:
44
base_url:
55
description: 'The URL of the meshStack instance'
66
required: true
7-
type: string
87
client_id:
98
description: 'The client ID for authentication'
109
required: true
11-
type: string
1210
key_secret:
1311
description: 'The key secret for authentication'
1412
required: true
15-
type: string
1613
outputs:
1714
token_file:
1815
description: 'Path to the file containing the authentication token'

0 commit comments

Comments
 (0)