49
49
if : |
50
50
github.repository == 'firebase/firebase-ios-sdk' &&
51
51
contains(fromJSON('["schedule", "pull_request", "workflow_dispatch"]'), github.event_name) &&
52
- github.event.inputs.zip_run_id == '' && github. env.PINNED_RUN_ID == ''
52
+ github.event.inputs.zip_run_id == '' && env.PINNED_RUN_ID == ''
53
53
runs-on : macos-14
54
54
steps :
55
55
- uses : actions/checkout@v4
80
80
if : |
81
81
github.repository == 'firebase/firebase-ios-sdk' &&
82
82
contains(fromJSON('["schedule", "pull_request", "workflow_dispatch"]'), github.event_name) &&
83
- github.event.inputs.zip_run_id == '' && github. env.PINNED_RUN_ID == ''
83
+ github.event.inputs.zip_run_id == '' && env.PINNED_RUN_ID == ''
84
84
runs-on : macos-14
85
85
steps :
86
86
- uses : actions/checkout@v4
@@ -124,7 +124,7 @@ jobs:
124
124
125
125
quickstart_framework_abtesting :
126
126
needs : package-head
127
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
127
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
128
128
env :
129
129
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
130
130
SDK : " ABTesting"
@@ -141,7 +141,7 @@ jobs:
141
141
142
142
with :
143
143
name : ${{ matrix.artifact }}
144
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
144
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
145
145
github-token : ${{ secrets.GITHUB_TOKEN }}
146
146
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
147
147
- name : Xcode
@@ -177,7 +177,7 @@ jobs:
177
177
178
178
quickstart_framework_auth :
179
179
needs : package-head
180
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
180
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
181
181
env :
182
182
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
183
183
SDK : " Authentication"
@@ -195,7 +195,7 @@ jobs:
195
195
196
196
with :
197
197
name : ${{ matrix.artifact }}
198
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
198
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
199
199
github-token : ${{ secrets.GITHUB_TOKEN }}
200
200
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
201
201
- name : Xcode
@@ -228,7 +228,7 @@ jobs:
228
228
229
229
quickstart_framework_config :
230
230
needs : package-head
231
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
231
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
232
232
env :
233
233
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
234
234
SDK : " Config"
@@ -245,7 +245,7 @@ jobs:
245
245
246
246
with :
247
247
name : ${{ matrix.artifact }}
248
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
248
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
249
249
github-token : ${{ secrets.GITHUB_TOKEN }}
250
250
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
251
251
- name : Xcode
@@ -277,7 +277,7 @@ jobs:
277
277
278
278
quickstart_framework_crashlytics :
279
279
needs : package-head
280
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
280
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
281
281
env :
282
282
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
283
283
SDK : " Crashlytics"
@@ -294,7 +294,7 @@ jobs:
294
294
295
295
with :
296
296
name : ${{ matrix.artifact }}
297
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
297
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
298
298
github-token : ${{ secrets.GITHUB_TOKEN }}
299
299
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
300
300
- name : Xcode
@@ -343,7 +343,7 @@ jobs:
343
343
344
344
quickstart_framework_database :
345
345
needs : package-head
346
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
346
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
347
347
env :
348
348
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
349
349
SDK : " Database"
@@ -359,7 +359,7 @@ jobs:
359
359
360
360
with :
361
361
name : ${{ matrix.artifact }}
362
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
362
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
363
363
github-token : ${{ secrets.GITHUB_TOKEN }}
364
364
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
365
365
- name : Xcode
@@ -395,7 +395,7 @@ jobs:
395
395
396
396
quickstart_framework_firestore :
397
397
needs : package-head
398
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
398
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
399
399
env :
400
400
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
401
401
SDK : " Firestore"
@@ -412,7 +412,7 @@ jobs:
412
412
413
413
with :
414
414
name : ${{ matrix.artifact }}
415
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
415
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
416
416
github-token : ${{ secrets.GITHUB_TOKEN }}
417
417
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
418
418
- name : Xcode
@@ -452,7 +452,7 @@ jobs:
452
452
453
453
check_framework_firestore_symbols :
454
454
needs : package-head
455
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
455
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
456
456
env :
457
457
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
458
458
runs-on : macos-14
@@ -464,7 +464,7 @@ jobs:
464
464
465
465
with :
466
466
name : Firebase-actions-dir
467
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
467
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
468
468
github-token : ${{ secrets.GITHUB_TOKEN }}
469
469
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
470
470
- name : Setup Bundler
@@ -484,7 +484,7 @@ jobs:
484
484
485
485
quickstart_framework_inappmessaging :
486
486
needs : package-head
487
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
487
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
488
488
env :
489
489
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
490
490
SDK : " InAppMessaging"
@@ -501,7 +501,7 @@ jobs:
501
501
502
502
with :
503
503
name : ${{ matrix.artifact }}
504
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
504
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
505
505
github-token : ${{ secrets.GITHUB_TOKEN }}
506
506
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
507
507
- name : Xcode
@@ -537,7 +537,7 @@ jobs:
537
537
538
538
quickstart_framework_messaging :
539
539
needs : package-head
540
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
540
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
541
541
env :
542
542
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
543
543
SDK : " Messaging"
@@ -554,7 +554,7 @@ jobs:
554
554
555
555
with :
556
556
name : ${{ matrix.artifact }}
557
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
557
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
558
558
github-token : ${{ secrets.GITHUB_TOKEN }}
559
559
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
560
560
- name : Xcode
@@ -590,7 +590,7 @@ jobs:
590
590
591
591
quickstart_framework_storage :
592
592
needs : package-head
593
- if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || github. env.PINNED_RUN_ID != '') }}
593
+ if : ${{ !cancelled() && (success() || github.event.inputs.zip_run_id != '' || env.PINNED_RUN_ID != '') }}
594
594
env :
595
595
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
596
596
SDK : " Storage"
@@ -607,7 +607,7 @@ jobs:
607
607
608
608
with :
609
609
name : ${{ matrix.artifact }}
610
- run-id : ${{ github.event.inputs.zip_run_id || github. env.PINNED_RUN_ID != '' || github.run_id }}
610
+ run-id : ${{ github.event.inputs.zip_run_id || env.PINNED_RUN_ID != '' || github.run_id }}
611
611
github-token : ${{ secrets.GITHUB_TOKEN }}
612
612
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
613
613
- name : Xcode
0 commit comments