Skip to content

choco14t/ga-todoist-task

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Todoist Task Action

This action creates a Todoist task with GitHub Actions.

Inputs

token

Required The value of Todoist API token. Default null.

Check your API token

project-name

The project name you want to add a task.

Note Search project name with exact match.

Outputs

message

The response of Todoist API created task.

More detail

Example usage

WIP...