-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
33 lines (32 loc) · 967 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
27
28
29
30
31
32
33
name: 'Mosaic trunk rush version report action'
description: 'Creates a version report for a Rush project'
inputs:
table-name:
description: 'Name of the table that will be storing the reports. Needs to exist.'
required: false
default: 'rush-version-reports'
report-id:
description: 'Name of the report. Needs to follow a format of (AZaz-0-9) and be url-readable'
required: true
repository-name:
description: 'Name of the repository'
required: true
repository-version:
description: 'Repository version'
required: true
bucket-name:
description: 'Name of the S3 Bucket to store changelogs files'
required: true
region:
description: 'AWS Region of s3 bucket'
required: true
default: 'eu-west-2'
cf-distribution-name:
description: 'AWS cloudfront distribution name'
required: true
outputs:
version-details:
description: 'Project versions'
runs:
using: 'node16'
main: 'dist/index.js'