fastlane-plugin-android_testlab_script_swit 0.1.58 → 0.1.59
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: b6b9590ae77e0dc54c8ee2f135704efe2d40c929c5be225d69dc41b74677d4a2
|
4
|
+
data.tar.gz: 870b2ab989d815f50103abe4a92c035d3eb3c4b175d4dd1306497cf2d9504d7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6746c05a46905fd685c937843654c2c19fb6a42e2bcb3ef638c24cb4c04dd5fcf9780b5c782c659eba8c7bc6540fcc899ddc79b76c40c58d45a670253a26d652
|
7
|
+
data.tar.gz: 4615383325c0cc10b7ca6bffcfd843ed00b0903c728e335ffa494fd3f7f1757f2fa02456719f3ad01995c81f3fcdc079a9b4256eb211dee1e3cd41393d101fe4
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -76,7 +76,7 @@ module Fastlane
|
|
76
76
|
|
77
77
|
|
78
78
|
# Swit Message
|
79
|
-
HTTParty.post(params[:swit_webhook_url], body: params[:swit_webhook_payload], headers: { 'Content-Type' => 'application/json' })
|
79
|
+
HTTParty.post(params[:swit_webhook_url], body: params[:swit_webhook_payload].to_Json, headers: { 'Content-Type' => 'application/json' })
|
80
80
|
|
81
81
|
UI.message("Finish Action")
|
82
82
|
end
|