From b637fbe6c60a27c83ff4c1adbe4d753c0ec8fdcc Mon Sep 17 00:00:00 2001 From: Anastasia Shuba Date: Wed, 23 Oct 2024 16:15:30 -0700 Subject: [PATCH] update README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d99e43a..f2895f3 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,8 @@ The Asana section ID in the Asana Project **Required** Name of the Asana task ### `asana-task-description` **Required** Description of the Asana task +### `asana-tag` +ID of Asana tag to be added to the task i.e. https://app.asana.com/0/1208613272217946/ #### Example Usage @@ -274,5 +276,6 @@ jobs: asana-section: 'Asana Section Id' asana-task-name: 'Asana Task Name' asana-task-description: 'Asana Task Description' + asana-tag: 'Tag Id' action: 'create-asana-task' ``` \ No newline at end of file