fastlane-plugin-android_testlab_script_swit 0.1.56 → 0.1.57
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: 454769e9a5a4e74e8b9b704ec86f150ee49f3ded2de206883f700cdf2bb3dd33
|
4
|
+
data.tar.gz: 187b930367958f9ff2c90a9e787e2aade15d15f1421ba3fcd926dae73faa33e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82f9c361c70ae530b6932bcc30cdc5740e97af1916cf0a361a9d6542acb41c8b615d2345c781d90eb98a8741b10c3467897795f39fed5f94824bf605d6348282
|
7
|
+
data.tar.gz: e6899c8d1667ff192416f904ceaa54feb8695204ce360cb110394533b6ac30fbff818816be2df62ae99d32dae594b38199873165f51889a12b1f16a7e684893f
|
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], headers: { 'Content-Type' => 'application/json' })
|
80
80
|
|
81
81
|
UI.message("Finish Action")
|
82
82
|
end
|