Skip to content

Commit 68bf5e9

Browse files
committed
typo
1 parent fbe5d41 commit 68bf5e9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/zip.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
uses: actions/[email protected]
129129
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:
187187
uses: actions/[email protected]
188188
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:
236236
uses: actions/[email protected]
237237
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:
284284
uses: actions/[email protected]
285285
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:
354354
uses: actions/[email protected]
355355
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:
406406
uses: actions/[email protected]
407407
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:
457457
uses: actions/[email protected]
458458
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:
493493
uses: actions/[email protected]
494494
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:
545545
uses: actions/[email protected]
546546
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:
597597
uses: actions/[email protected]
598598
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

Comments
 (0)