We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9961ec commit a7ada99Copy full SHA for a7ada99
.github/workflows/zip.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: ZipBuildingTest
49
run: |
50
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' }}"
+ 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' }}"
52
- uses: actions/upload-artifact@v1
53
with:
54
name: Firebase-actions-dir
0 commit comments