fastlane-plugin-android_testlab_script_swit 0.1.67 → 0.1.68
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: ab2d06f8f46d0f57fcfb581b5623a83aacc627943aa505763b354db647005241
|
4
|
+
data.tar.gz: d9e45a53bfb9bc86e1526d9334e8a180ed04c5d381ed906b4b57b24119aeb93c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da3155e154b6db9535e693dc2b303edb68450539ee9db4681b92cea71e14033adb43e3ca99ef51b28f9d2d5388d8358db50fe76c8502f85a3e0fc3bfaa1e62a9
|
7
|
+
data.tar.gz: ed46c5bd25377e776f935ea6ffd90edc660f371220ac312d61a432a122d31c49befbda652df8c6d47719da35829ca080bc420844501be188d4dff3153b519af5
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -90,7 +90,7 @@ module Fastlane
|
|
90
90
|
|
91
91
|
|
92
92
|
# Swit Message
|
93
|
-
HTTParty.post(params[:swit_webhook_url], body: { body_text: payload_string }.to_json, headers: { 'Content-Type' => 'application/json' })
|
93
|
+
HTTParty.post(params[:swit_webhook_url], body: { body_text: JSON.parse(payload_string) }.to_json, headers: { 'Content-Type' => 'application/json' })
|
94
94
|
|
95
95
|
UI.message("Finish Action")
|
96
96
|
end
|