fastlane-plugin-stream_actions 0.3.61 → 0.3.62
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: 0cfa09a1752b54d7444c05071aff41c0257b4e846b7f037fc1e783586d3a2755
|
4
|
+
data.tar.gz: 5714bac9e4e21a18c85a1e4d281764514d6756a31c868e70bdd5ea0e46c7e7a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7694729d49c060aa784427dec52c0b6a5285897ba9173b4b13e20e9b0f7bf167842915152998c4731cb713b1f44282442073bd4da12781d40b7f9a82e173daab
|
7
|
+
data.tar.gz: ecfc5143455143e470c4858a5114f94c582e4dc1f77e0eb355f6a71935c2aaf396efc1af6b57b442c4ec9d822e57a32cf4bc021c173164f8d629221276e469a4
|
@@ -5,7 +5,7 @@ module Fastlane
|
|
5
5
|
other_action.ensure_git_status_clean
|
6
6
|
|
7
7
|
release_branch =
|
8
|
-
if is_ci
|
8
|
+
if other_action.is_ci
|
9
9
|
# This API operation needs the "admin:org" scope.
|
10
10
|
ios_team = `gh api orgs/GetStream/teams/#{params[:github_team_name]}/members -q '.[].login'`.split("\n")
|
11
11
|
UI.user_error!("#{params[:author]} is not a member of the iOS Team") unless ios_team.include?(params[:author])
|