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.
1 parent 8df9235 commit de3a1c0Copy full SHA for de3a1c0
action.yml
@@ -1,8 +1,8 @@
1
-name: 'Setup Meshstack Authentication'
2
-description: 'Authenticates with Meshstack and sets up environment variables'
+name: 'Setup meshStack Authentication'
+description: 'Authenticates with meshStack and stores authentication token'
3
inputs:
4
base_url:
5
- description: 'The URL of the Meshstack instance'
+ description: 'The URL of the meshStack instance'
6
required: true
7
type: string
8
client_id:
@@ -17,7 +17,7 @@ outputs:
17
token_file:
18
description: 'Path to the file containing the authentication token'
19
runs:
20
- using: 'node20'
+ using: 'node24'
21
main: 'dist/main/index.js'
22
post: 'dist/cleanup/index.js'
23
0 commit comments