fix commit message

This commit is contained in:
Nemo
2022-05-24 16:05:22 +05:30
parent f3e9a2c7b2
commit 9f8a521fcd

View File

@@ -78,6 +78,7 @@ def get_output_file(product)
end
def generate_commit_message
begin
products = Set.new
ret = nil
msg = ""
@@ -95,6 +96,9 @@ def generate_commit_message
end
end
ret ? "🤖: #{products.join(', ')}\n\n#{msg}": ""
rescue StandardError => e
"🤖: Automatic Update"
end
end
def get_releases(product, config, i)