Skip to content

Commit 85a00e9

Browse files
committed
zip run id
1 parent 6f6570f commit 85a00e9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/zip.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
uses: actions/[email protected]
198198
with:
199199
name: ${{ matrix.artifact }}
200-
run-id: ${{ github.event.inputs.zip_run_id || github.run_id }}
200+
run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
201201
github-token: ${{ secrets.GITHUB_TOKEN }}
202202
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
203203
- name: Xcode
@@ -247,7 +247,7 @@ jobs:
247247
# uses: actions/[email protected]
248248
# with:
249249
# name: ${{ matrix.artifact }}
250-
# run-id: ${{ github.event.inputs.zip_run_id || github.run_id }}
250+
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
251251
# github-token: ${{ secrets.GITHUB_TOKEN }}
252252
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
253253
# - name: Xcode
@@ -296,7 +296,7 @@ jobs:
296296
# uses: actions/[email protected]
297297
# with:
298298
# name: ${{ matrix.artifact }}
299-
# run-id: ${{ github.event.inputs.zip_run_id || github.run_id }}
299+
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
300300
# github-token: ${{ secrets.GITHUB_TOKEN }}
301301
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
302302
# - name: Xcode
@@ -361,7 +361,7 @@ jobs:
361361
# uses: actions/[email protected]
362362
# with:
363363
# name: ${{ matrix.artifact }}
364-
# run-id: ${{ github.event.inputs.zip_run_id || github.run_id }}
364+
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
365365
# github-token: ${{ secrets.GITHUB_TOKEN }}
366366
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
367367
# - name: Xcode
@@ -414,7 +414,7 @@ jobs:
414414
# uses: actions/[email protected]
415415
# with:
416416
# name: ${{ matrix.artifact }}
417-
# run-id: ${{ github.event.inputs.zip_run_id || github.run_id }}
417+
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
418418
# github-token: ${{ secrets.GITHUB_TOKEN }}
419419
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
420420
# - name: Xcode
@@ -466,7 +466,7 @@ jobs:
466466
# uses: actions/[email protected]
467467
# with:
468468
# name: Firebase-actions-dir
469-
# run-id: ${{ github.event.inputs.zip_run_id || github.run_id }}
469+
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
470470
# github-token: ${{ secrets.GITHUB_TOKEN }}
471471
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
472472
# - name: Setup Bundler
@@ -503,7 +503,7 @@ jobs:
503503
# uses: actions/[email protected]
504504
# with:
505505
# name: ${{ matrix.artifact }}
506-
# run-id: ${{ github.event.inputs.zip_run_id || github.run_id }}
506+
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
507507
# github-token: ${{ secrets.GITHUB_TOKEN }}
508508
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
509509
# - name: Xcode
@@ -556,7 +556,7 @@ jobs:
556556
# uses: actions/[email protected]
557557
# with:
558558
# name: ${{ matrix.artifact }}
559-
# run-id: ${{ github.event.inputs.zip_run_id || github.run_id }}
559+
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
560560
# github-token: ${{ secrets.GITHUB_TOKEN }}
561561
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
562562
# - name: Xcode
@@ -609,7 +609,7 @@ jobs:
609609
# uses: actions/[email protected]
610610
# with:
611611
# name: ${{ matrix.artifact }}
612-
# run-id: ${{ github.event.inputs.zip_run_id || github.run_id }}
612+
# run-id: 17965877651 # ${{ github.event.inputs.zip_run_id || github.run_id }}
613613
# github-token: ${{ secrets.GITHUB_TOKEN }}
614614
# - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
615615
# - name: Xcode

0 commit comments

Comments
 (0)