-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
35 lines (31 loc) · 932 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
33
34
35
name: Todoist Github Action
description: Synchronizes Github issues with Todoist
author: Simen A. W. Olsen
inputs:
github-token:
required: true
description: Github Token (cannot be default token)
todoist-token:
required: true
description: You can retrieve this from Todoist / Settings
query:
required: true
description: "Github Search Query, e.g 'is: issue'"
sync-file-name:
required: false
description: 'filename/filepath for sync file. e.g. sync.json'
default: 'gh-todoist.json'
sync-content:
required: false
description: a JSON dump that represents a previous output of this action
outputs:
sync-content:
description: A JSON dump of issues that has been synched with Todoist
has-changed:
description: This output is true when something changed in sync-content
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: check-circle
color: red