-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.yml
41 lines (41 loc) · 1.04 KB
/
manifest.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
packages:
__APP_PACKAGE__:
license: Apache-2.0
actions:
url-shortener:
function: actions/url-shortener/index.js
web: 'yes'
runtime: 'nodejs:14'
inputs:
LOG_LEVEL: debug
bitlyToken: $BITLY_TOKEN
annotations:
require-adobe-auth: false
final: true
process-list:
function: actions/process-list/index.js
web: 'yes'
runtime: 'nodejs:14'
inputs:
LOG_LEVEL: debug
annotations:
require-adobe-auth: false
final: true
merge-results:
function: actions/merge-results/index.js
web: 'yes'
runtime: 'nodejs:14'
inputs:
LOG_LEVEL: debug
annotations:
require-adobe-auth: false
final: true
schedule-queue:
function: actions/schedule-queue/index.js
web: 'yes'
runtime: 'nodejs:14'
inputs:
LOG_LEVEL: debug
annotations:
require-adobe-auth: false
final: true