From ed9f4063d36ecda3e536952e7cd6b2310d512357 Mon Sep 17 00:00:00 2001 From: Anastasia Shuba Date: Wed, 23 Oct 2024 16:01:44 -0700 Subject: [PATCH] add input --- action.js | 2 -- action.yml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/action.js b/action.js index e4b34e5..fda031c 100644 --- a/action.js +++ b/action.js @@ -395,5 +395,3 @@ module.exports = { action, default: action, }; - -// TODO: generic Asana create task with optional inputs for tags and etc \ No newline at end of file diff --git a/action.yml b/action.yml index 6c0c19c..6f14737 100644 --- a/action.yml +++ b/action.yml @@ -22,6 +22,9 @@ inputs: asana-task-description: description: 'Description of the Asana task you want to create.' required: false + asana-tag: + description: 'Tag to be added to the Asana task.' + required: false trigger-phrase: description: 'Prefix used to identify Asana tasks (URL).' required: false