Skip to content

Commit 341e144

Browse files
committed
Back out "dataconnect.yml: put an error in that actionlint should find"
This backs out commit e8ab235.
1 parent e8ab235 commit 341e144

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
@@ -164,7 +164,7 @@ jobs:
164164
./gradlew \
165165
${{ (inputs.gradleInfoLog && '--info') || '' }} \
166166
:firebase-dataconnect:connectors:runDebugDataConnectEmulator \
167-
2>&1 >firebase.emulator.dataconnect.log &
167+
>firebase.emulator.dataconnect.log 2>&1 &
168168
169169
- name: Firebase Auth Emulator
170170
run: |

0 commit comments

Comments
 (0)