-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
32 lines (32 loc) · 928 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
name: 'multigitminder'
description: 'Create data points via Beeminder API'
author: 'Hayden MacDonald <[email protected]>'
branding:
icon: "zap"
color: "yellow"
inputs:
USERNAME:
description: 'Beeminder username.'
required: true
AUTH_TOKEN:
description: 'Unique authorization token for Beeminder API.'
required: true
GOAL:
description: 'Name of the goal.'
required: true
VALUE:
description: 'Value of data point input.'
required: false
default: '1'
COMMENT:
description: 'Optional comment about the data point.'
required: false
TARGET_LANGS:
description: 'Optional input for target language related to goal.'
required: false
REPO_LANGS:
description: 'Optional JSON data of repo languages from fabasoad/linguist-action to accomodate language-based goals.'
required: false
runs:
using: 'docker'
image: 'Dockerfile'