Skip to content

Commit

Permalink
add input
Browse files Browse the repository at this point in the history
  • Loading branch information
nshuba committed Oct 23, 2024
1 parent ba296a5 commit ed9f406
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,5 +395,3 @@ module.exports = {
action,
default: action,
};

// TODO: generic Asana create task with optional inputs for tags and etc
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed9f406

Please sign in to comment.