-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaction.yml
More file actions
39 lines (39 loc) · 982 Bytes
/
action.yml
File metadata and controls
39 lines (39 loc) · 982 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
31
32
33
34
35
36
37
38
39
name: 'RelativeCI agent'
description: 'Send bundle stats and CI build information to RelativeCI'
branding:
icon: 'box'
color: 'blue'
inputs:
key:
description: 'RelativeCI project API key'
required: true
token:
description: GitHub token
required: false
webpackStatsFile:
description: 'Path to your local bundle stats file'
required: false
slug:
description: 'RelativeCI project slug'
required: false
endpoint:
description: 'RelativeCI ingest endpoint'
required: false
includeCommitMessage:
description: 'Include commit message'
required: false
default: 'true'
compress:
description: 'Compress ingest data'
required: false,
default: 'false'
debug:
description: 'Output debug info'
required: false,
default: 'false'
artifactName:
description: 'GitHub action artifact name to download when running in workflow_run'
required: false
runs:
using: 'node20'
main: 'dist/index.js'