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 394eaa7 commit 93c72c6Copy full SHA for 93c72c6
.github/workflows/dataconnect.yml
@@ -147,7 +147,7 @@ jobs:
147
echo 'emulator.postgresConnectionUrl=postgresql://postgres:[email protected]:5432?sslmode=disable' > firebase-dataconnect/dataconnect.local.properties
148
149
./gradlew \
150
- ${{ (inputs.gradleInfoLog && '--info') || '' }} \
+ ${{ (runner.debug && '--info') || '' }} \
151
:firebase-dataconnect:connectors:runDebugDataConnectEmulator \
152
>firebase.emulator.dataconnect.log 2>&1 &
153
0 commit comments