Skip to content

Commit a7ada99

Browse files
authored
Nightly zip should use SpecsDev (#7807)
1 parent d9961ec commit a7ada99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zip.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: ZipBuildingTest
4949
run: |
5050
mkdir -p zip_output_dir
51-
sh -x scripts/build_zip.sh zip_output_dir "${{ github.event.inputs.custom_spec_repos || 'https://github.com/firebase/SpecsStaging.git' }}"
51+
sh -x scripts/build_zip.sh zip_output_dir "${{ github.event.inputs.custom_spec_repos || 'https://github.com/firebase/SpecsDev.git,https://github.com/firebase/SpecsStaging.git' }}"
5252
- uses: actions/upload-artifact@v1
5353
with:
5454
name: Firebase-actions-dir

0 commit comments

Comments
 (0)
close