Skip to content

Commit

Permalink
Add documentation about extracting assignee ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Aug 30, 2024
1 parent 870a93c commit 12f6ec2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ def self.run(params)
token = params[:asana_access_token]

task_id = AsanaExtractTaskIdAction.run(task_url: task_url, asana_access_token: token)

# Fetch release task assignee and set GHA output
# TODO: To be reworked for local execution
AsanaExtractTaskAssigneeAction.run(task_id: task_id, asana_access_token: token)

url = Helper::DdgAppleAutomationHelper::ASANA_API_URL + "/tasks/#{task_id}/subtasks?opt_fields=name,created_at"
Expand Down

0 comments on commit 12f6ec2

Please sign in to comment.