-
Notifications
You must be signed in to change notification settings - Fork 3
/
action.yaml
40 lines (40 loc) · 1.01 KB
/
action.yaml
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
name: 'MonkeyType Stats - Readme'
author: Quang Phan
description: 'Update monkeytype personal best in your Readme'
branding:
icon: award
color: yellow
inputs:
github_token:
description: 'Github access token with Repo scope'
default: ${{ github.token }}
required: true
monkeytype_api_key:
description: 'Your monkeytype api key'
required: true
mode:
description: 'monkeytype mode to get the stats. Ex: time, words'
default: 'time'
required: false
mode2:
description: 'monkeytype sub mode to get the stats. Ex: 60'
default: '30'
required: false
style:
description: 'The shields.io style to use'
default: 'flat'
required: false
logoVariant:
description: 'The monkeytype logo svg variant to use (one | two)'
default: 'one'
required: false
label:
description: 'The shields.io label to use'
default: 'monkeytype'
required: false
outputs:
badge_url:
description: 'The shields.io badge url'
runs:
using: 'node16'
main: 'dist/index.js'