-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaction.yml
41 lines (41 loc) · 1.17 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name: "Scaleway CLI"
description: "Install and use Scaleway CLI"
branding:
icon: terminal
color: purple
inputs:
version:
description: 'CLI version, will default to latest or exported version'
required: false
args:
description: 'Arguments of a CLI command, if set, a cli command will be executed'
required: false
save-config:
description: |
Save scaleway profile to a config file in user home to use it in manual commands
Will leave the config in CLI config folder after the step
required: false
default: 'false'
export-config:
description: |
Export scaleway profile to environment variables that will be available in next steps
required: false
default: 'false'
access-key:
description: 'Scaleway access key'
required: false
secret-key:
description: 'Scaleway secret key'
required: false
default-project-id:
description: 'Scaleway default project ID'
required: false
default-organization-id:
description: 'Scaleway default organization ID'
required: false
outputs:
json:
description: JSON output of CLI command if args has been specified
runs:
using: node20
main: dist/index.js