match/lib/match/storage/git_storage.rb in fastlane-2.148.1 vs match/lib/match/storage/git_storage.rb in fastlane-2.149.0

- old
+ new

@@ -150,9 +150,13 @@ url = UI.input("URL of the Git Repo: ") return "git_url(\"#{url}\")" end + def list_files(file_name: "", file_ext: "") + Dir[File.join(working_directory, "**", file_name, "*.#{file_ext}")] + end + private # Create and checkout an specific branch in the git repo def checkout_branch return unless self.working_directory