-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
45 lines (45 loc) · 1.14 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
42
43
44
45
name: 'Publish PDF Version Action'
description: 'Generate a new pdf for each version released'
runs:
using: 'docker'
image: 'Dockerfile'
inputs:
region:
description: 'The region of the bucket'
required: true
accessKeyId:
description: 'AWS access key to bucket'
required: true
secretAccessKey:
description: 'AWS secret access key to bucket'
required: true
pdfName:
description: 'Name of the pdf to be generated'
required: true
pdfTemplate:
description: 'PDF template in S3'
required: true
bucket:
description: 'S3 bucket name'
required: true
baseUrl:
description: 'S3 bucket url'
required: true
basePdf:
description: 'Name of the base PDF'
required: true
latestPdfKey:
description: 'The key where to save the latest pdf'
required: true
udi:
description: 'Project udi (without version)'
required: true
manufacturingDate:
description: 'Project manufacturing date'
required: true
ref:
description: 'Project name shown on the documents (Limbic Access / Limbic Care)'
required: true
outputs:
url:
description: 'The URL of the uploaded pdf'