Skip to content

Commit

Permalink
Add automation_subtask_id to params
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 15, 2024
1 parent 94a868e commit eb08f7c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ def self.run(params)
args = (params[:template_args] || {}).merge(Hash(ENV).transform_keys { |key| key.downcase.gsub('-', '_') })

task_id = Helper::AsanaHelper.extract_asana_task_id(task_url)

automation_subtask_id = Helper::AsanaHelper.get_release_automation_subtask_id(task_url, token)
args[:automation_subtask_id] = automation_subtask_id

assignee_id = fetch_assignee_id(
task_id: task_id,
github_handle: params[:github_handle],
Expand Down

0 comments on commit eb08f7c

Please sign in to comment.