-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
50 lines (46 loc) · 1.22 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
46
47
48
49
50
name: 'Axiom annotation'
author: 'Axiom, Inc.'
description: 'Create annotations in Axiom'
branding:
icon: 'message-square'
color: 'black'
inputs:
axiomToken:
description: 'Axiom API token'
required: true
axiomUrl:
description: 'The Axiom URL, defaults to https://api.axiom.co'
required: false
default: ''
datasets:
description: 'Comma separated list of datasets to associate the annotation with'
required: true
type:
description: 'The type of the annotation, (e.g. production-deploy)'
required: true
time:
description: 'The time of the annotation (defaults to now)'
required: false
default: ''
endTime:
description: 'The end time of the annotation (if set, will create a ranged annotation)'
required: false
default: ''
title:
description: 'The title of the annotation'
required: false
default: ''
description:
description: 'The description of the annotation (supports Markdown)'
required: false
default: ''
url:
description: 'The URL to link to (defaults to the GitHub Actions run URL)'
required: false
default: ''
outputs:
id:
description: 'The ID of the created integration'
runs:
using: node20
main: dist/index.js