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 b2bb610 commit 3206883Copy full SHA for 3206883
.github/workflows/dataconnect_demo_app.yml
@@ -107,7 +107,7 @@ jobs:
107
--no-daemon \
108
${{ (inputs.gradleInfoLog && '--info') || '' }} \
109
--profile \
110
- -PdataConnect.minimalApp.firebaseCommand="${{ env.FDC_FIREBASE_COMMAND }} \
+ -PdataConnect.minimalApp.firebaseCommand=${{ env.FDC_FIREBASE_COMMAND }} \
111
assemble test
112
113
- uses: actions/upload-artifact@v4
0 commit comments