Skip to content

Commit 1928cbc

Browse files
Merge pull request #2 from meshcloud/feature/upgrade-axios-error-handling
Remove type key from action.yml inputs
2 parents 1cdeabb + 5071c2d commit 1928cbc

File tree

6 files changed

+2520
-700
lines changed

6 files changed

+2520
-700
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)