Skip to content

Commit

Permalink
Add targetSection parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
fenech committed Sep 19, 2023
1 parent e3332d9 commit e4bc0df
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ inputs:
required: false
default: false
targets:
description: 'JSON array of objects having project and section where to move current task. Move task only if it exists in target project.'
description: >
JSON array of objects having project and section where to move current task.
Move task only if it exists in target project.
Use with "move-sections" action.
required: false
targetSection:
description: 'Name of section to move Asana task to. Use with "move-section" action'
required: false
link-required:
description: 'When set to true will fail pull requests without an asana link'
Expand All @@ -33,7 +39,7 @@ inputs:
description: 'Is the task complete'
required: false
branding:
icon: 'chevron-right'
icon: 'chevron-right'
color: 'gray-dark'
runs:
using: 'node12'
Expand Down

0 comments on commit e4bc0df

Please sign in to comment.