-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
31 lines (30 loc) · 925 Bytes
/
action.yml
File metadata and controls
31 lines (30 loc) · 925 Bytes
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
name: 'Keystone action'
description: 'Action to use keystone github CI integration.'
inputs:
token:
description: 'Github access token'
required: false
default: '${{ github.token }}'
keystone_slot_1: # id of input
description: 'What has been sent from the `ks ci send` command'
required: true
default: ''
keystone_slot_2: # id of input
description: 'What has been sent from the `ks ci send` command'
required: true
default: ''
keystone_slot_3: # id of input
description: 'What has been sent from the `ks ci send` command'
required: true
default: ''
keystone_slot_4: # id of input
description: 'What has been sent from the `ks ci send` command'
required: true
default: ''
keystone_slot_5: # id of input
description: 'What has been sent from the `ks ci send` command'
required: true
default: ''
runs:
using: 'node12'
main: 'index.js'