Skip to content

Commit 93c72c6

Browse files
committed
dataconnect.yml: fix missing reference to inputs.gradleInfoLog
1 parent 394eaa7 commit 93c72c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
echo 'emulator.postgresConnectionUrl=postgresql://postgres:[email protected]:5432?sslmode=disable' > firebase-dataconnect/dataconnect.local.properties
148148
149149
./gradlew \
150-
${{ (inputs.gradleInfoLog && '--info') || '' }} \
150+
${{ (runner.debug && '--info') || '' }} \
151151
:firebase-dataconnect:connectors:runDebugDataConnectEmulator \
152152
>firebase.emulator.dataconnect.log 2>&1 &
153153

0 commit comments

Comments
 (0)