fastlane-plugin-android_testlab_script_swit 0.1.79 → 0.1.80
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6e3084e3bd0acc2554513f8dbe09f44ee454b8f91b25dfa82d2c1b98ed25ff0
|
4
|
+
data.tar.gz: d28fa9a9ceb6c567c0ed543d174cb8f314c7bec7263c8fd7f15ab2a546a2b728
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3290c26e8e1c030ce54f2e3e1b5f2da471420179db28071ea84d373455db454a6551c5081224ac3b9745f59902d8e0438de7974832ff3711c27f93bd0ad456e3
|
7
|
+
data.tar.gz: 5ea0d98c8a076019578ff3e5bb6fa71e336b43c0ac31d838dbcf04dd6152c86b1d1b5e40343b3300e058bdc50d1710a69b7f3185095369f144e2eb592344c4f5
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -118,7 +118,7 @@ module Fastlane
|
|
118
118
|
swit_webhook_payload += new_payload_string + ']}]}'
|
119
119
|
|
120
120
|
# Swit Message
|
121
|
-
HTTParty.post(params[:swit_webhook_url], body: { body_text:
|
121
|
+
HTTParty.post(params[:swit_webhook_url], body: { body_text: swit_webhook_payload }.to_json, headers: { 'Content-Type' => 'application/json' })
|
122
122
|
|
123
123
|
UI.message("Finish Action")
|
124
124
|
end
|