generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
28 lines (28 loc) · 834 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
name: 'Post graph annotation to Mackerel'
description: 'This is a simple action that posts a graph annotation to Mackerel (https://mackerel.io/).'
author: 'cohalz'
inputs:
api-key:
required: true
description: 'API Key value of Mackerel. Should be stored in GitHub Secrets.'
title:
required: true
description: 'Annotation title'
description:
required: false
description: '[optional] Annotation details'
from:
required: false
description: 'Starting time (epoch seconds)'
to:
required: false
description: 'Ending time (epoch seconds)'
service:
required: true
description: 'Service name'
roles:
required: false
description: '[optional] Role name array (omit this field to register an annotation related to the service)'
runs:
using: 'node16'
main: 'dist/index.js'