Skip to content

Commit

Permalink
Remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Oct 2, 2024
1 parent 823d936 commit 3205fc7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/services/external/github.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ def delete_branch(name)
false
end

add_method :dispatch_workflow do |repo, id, ref, **inputs|
client.workflow_dispatch \
repo, id, ref,
inputs: inputs
end

private

def client
Expand Down

0 comments on commit 3205fc7

Please sign in to comment.