Skip to content

Commit

Permalink
Merge branch 'main' into jacek/asana-create-action-item
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp authored Sep 12, 2024
2 parents cfdc0c3 + 7e4282b commit 426c752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def self.run(params)
end

begin
task = client.tasks.get_task(task_gid: task_id)
task = client.tasks.get_task(task_gid: task_id, options: { fields: ["assignee"] })
rescue StandardError => e
UI.user_error!("Failed to fetch task assignee: #{e}")
return
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/ddg_apple_automation/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module DdgAppleAutomation
VERSION = "0.8.0"
VERSION = "0.8.1"
end
end

0 comments on commit 426c752

Please sign in to comment.