Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kzhuklinets authored Aug 8, 2024
1 parent a861c1d commit d1a6f0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions updater/bin/update_script.rb
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,11 @@ def show_diff(original_file, updated_file)
puts "Using '#{$options[:requirements_update_strategy]}' requirements update strategy"
end

azure_client1 = TingleSoftware::Dependabot::Clients::Azure.for_source(
source: $source,
credentials: $options[:credentials]
)
user_id1 = azure_client1.get_user_id
##############################
# Fetch the dependency files #
##############################
Expand Down

0 comments on commit d1a6f0f

Please sign in to comment.