@@ -128,7 +128,7 @@ jobs:
128128129129 with :
130130 name : ${{ matrix.artifact }}
131- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
131+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
132132 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
133133 - name : Xcode
134134 run : sudo xcode-select -s /Applications/${{ matrix.build-env.xcode }}.app/Contents/Developer
@@ -187,7 +187,7 @@ jobs:
187187188188 with :
189189 name : ${{ matrix.artifact }}
190- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
190+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
191191 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
192192 - name : Xcode
193193 run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
@@ -236,7 +236,7 @@ jobs:
236236237237 with :
238238 name : ${{ matrix.artifact }}
239- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
239+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
240240 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
241241 - name : Xcode
242242 run : sudo xcode-select -s /Applications/${{ matrix.build-env.xcode }}.app/Contents/Developer
@@ -284,7 +284,7 @@ jobs:
284284285285 with :
286286 name : ${{ matrix.artifact }}
287- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
287+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
288288 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
289289 - name : Xcode
290290 run : sudo xcode-select -s /Applications/${{ matrix.build-env.xcode }}.app/Contents/Developer
@@ -354,7 +354,7 @@ jobs:
354354355355 with :
356356 name : ${{ matrix.artifact }}
357- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
357+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
358358 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
359359 - name : Xcode
360360 run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
@@ -406,7 +406,7 @@ jobs:
406406407407 with :
408408 name : ${{ matrix.artifact }}
409- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
409+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
410410 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
411411 - name : Xcode
412412 run : sudo xcode-select -s /Applications/${{ matrix.build-env.xcode }}.app/Contents/Developer
@@ -457,7 +457,7 @@ jobs:
457457458458 with :
459459 name : Firebase-actions-dir
460- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
460+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
461461 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
462462 - name : Setup Bundler
463463 run : ./scripts/setup_bundler.sh
@@ -493,7 +493,7 @@ jobs:
493493494494 with :
495495 name : ${{ matrix.artifact }}
496- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
496+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
497497 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
498498 - name : Xcode
499499 run : sudo xcode-select -s /Applications/${{ matrix.build-env.xcode }}.app/Contents/Developer
@@ -545,7 +545,7 @@ jobs:
545545546546 with :
547547 name : ${{ matrix.artifact }}
548- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
548+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
549549 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
550550 - name : Xcode
551551 run : sudo xcode-select -s /Applications/${{ matrix.build-env.xcode }}.app/Contents/Developer
@@ -597,7 +597,7 @@ jobs:
597597598598 with :
599599 name : ${{ matrix.artifact }}
600- run_id : ${{ github.event.inputs.zip_run_id || github.run_id }}
600+ run-id : ${{ github.event.inputs.zip_run_id || github.run_id }}
601601 - uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
602602 - name : Xcode
603603 run : sudo xcode-select -s /Applications/${{ matrix.build-env.xcode }}.app/Contents/Developer
0 commit comments