Skip to content

Commit

Permalink
Fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjitse-E committed Jul 22, 2022
1 parent db1b7b6 commit fea9fef
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ name: 'clickup-get-tasks'
description: 'Github action to fetch tasks from Clickup via the API'
author: 'Tjitse-E'
runs:
using: 'node12'
main: 'dist/index.js'
using: 'node12'
main: 'dist/index.js'
inputs:
clickup_token:
description: Your clickup token
required: true
clickup_custom_task_ids:
description: A list of custom task IDS of which you want to change the status
required: true
clickup_team_id:
description: Your clickup team id
required: true
response_fields:
description: Fields that are in the response
required: false
clickup_token:
description: Your clickup token
required: true
clickup_custom_task_ids:
description: A list of custom task IDS of which you want to change the status
required: true
clickup_team_id:
description: Your clickup team id
required: true
response_fields:
description: Fields that are in the response
required: false
convert_quotes:
description: Convert single and double quotes to html
required: false
default: true
description: Convert single and double quotes to html
required: false
default: true
outputs:
clickup_tasks:
description: JSON object containing the clickup task info
clickup_tasks:
description: JSON object containing the clickup task info

0 comments on commit fea9fef

Please sign in to comment.