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 fb67fa4 commit 24df049Copy full SHA for 24df049
.github/workflows/dataconnect_demo_app.yml
@@ -20,7 +20,7 @@ env:
20
FDC_FIREBASE_TOOLS_VERSION: ${{ inputs.firebaseToolsVersion || '13.25.0' }}
21
FDC_JAVA_VERSION: ${{ inputs.javaVersion || '17' }}
22
FDC_FIREBASE_TOOLS_DIR: ${{ github.workspace }}/firebase-tools
23
- FDC_FIREBASE_COMMAND: ${{ github.workspace }}/firebase-tools/bin/node_modules/.bin/firebase
+ FDC_FIREBASE_COMMAND: ${{ github.workspace }}/firebase-tools/node_modules/.bin/firebase
24
25
defaults:
26
run:
0 commit comments