fastlane-plugin-stream_actions 0.3.53 → 0.3.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7292bb888098e8384e2248baba4363635101a6d8c0a09377e6b02b211ded3f48
4
- data.tar.gz: 550d81dfaeda4adceb6d91dfaa59b96567b33592e804173d85576b182ad98560
3
+ metadata.gz: 87b0964ecf7d347867b3ad0c3b6869b4a749076b0e016e282fd2a3ceadef33a8
4
+ data.tar.gz: f125dcb17e7c76d95d24d63a4df687328f544c3bad307d293e07e69265bbf66c
5
5
  SHA512:
6
- metadata.gz: d9ca01b697bd652207fd297d01a4d586c267ae7a90f73d37eee9a116de95985c4f9a634d0fa19f8181e4ee194256b01ff703e06ba21850c0b18e490ac23f9e11
7
- data.tar.gz: 7b4967dbeb80118ff4b4276a1e485c93805dfe3c4fea1d10ec34e5f0eeb8d5b510b2619abc718fe5d3c2ba77ef1831bf4b07fbab1be8460be297954decd50b56
6
+ metadata.gz: 53a598c9988dee81ac28fbff75299eb3e4e2c6d3c37e5d47ab4d12ced9a0a861b791b6f0bc55e05b3a94fbce79277b9274d82816d9236a306e3a118031c1a42b
7
+ data.tar.gz: df3d31772ba94a33e2838e164d5434d2e81709331b3354013860b76574f4fad6bb9d36772b921021915ba052e3ab1fb9818095ff804ef7c175ccb11ac53c54fd
@@ -25,7 +25,8 @@ module Fastlane
25
25
  FastlaneCore::ConfigItem.new(
26
26
  env_name: 'GITHUB_PR_NUM',
27
27
  key: :pr_num,
28
- description: 'GitHub PR number'
28
+ description: 'GitHub PR number',
29
+ optional: true
29
30
  )
30
31
  ]
31
32
  end
@@ -56,7 +56,7 @@ module Fastlane
56
56
  benchmark_config[benchmark_key] = params[:branch_sizes]
57
57
  File.write(sdk_size_path, JSON.pretty_generate(benchmark_config))
58
58
  Dir.chdir(File.dirname(sdk_size_path)) do
59
- if sh('git status -s', log: false).to_s.empty?
59
+ if sh('git status -s').to_s.empty?
60
60
  UI.important('No changes in SDK sizes benchmarks.')
61
61
  else
62
62
  sh('git add -A')
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.53'
3
+ VERSION = '0.3.55'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-stream_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.53
4
+ version: 0.3.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-12 00:00:00.000000000 Z
11
+ date: 2024-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list