-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
26 lines (26 loc) · 897 Bytes
/
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
name: cerberus-action
description: Your github action to trigger a campaign execution and get the result
author: cerberustesting
inputs:
author:
description: 'the name of the person who trigger the execution.'
host:
description: 'the host of your cerberus instance.'
campaign:
description: 'the name of the campaign to execute.'
apikey:
description: 'your cerberus apikey.'
environment:
description: 'Override the environment set into the campaign. You can put several separated by comma'
country:
description: 'Override the country set into the campaign. You can put several separated by comma'
robot:
description: 'Override the robot set into the campaign. You can put several separated by comma'
tag:
description: 'Force the tag with specific value'
runs:
using: 'node12'
main: 'index.js'
branding:
icon: 'arrow-down'
color: 'white'