Skip to content

Commit 3206883

Browse files
committed
fix quote
1 parent b2bb610 commit 3206883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect_demo_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
--no-daemon \
108108
${{ (inputs.gradleInfoLog && '--info') || '' }} \
109109
--profile \
110-
-PdataConnect.minimalApp.firebaseCommand="${{ env.FDC_FIREBASE_COMMAND }} \
110+
-PdataConnect.minimalApp.firebaseCommand=${{ env.FDC_FIREBASE_COMMAND }} \
111111
assemble test
112112
113113
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)