Skip to content

Commit

Permalink
dataconnect.yml: put an error in that actionlint should find
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Jan 22, 2025
1 parent 6849212 commit e8ab235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dataconnect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
./gradlew \
${{ (inputs.gradleInfoLog && '--info') || '' }} \
:firebase-dataconnect:connectors:runDebugDataConnectEmulator \
>firebase.emulator.dataconnect.log 2>&1 &
2>&1 >firebase.emulator.dataconnect.log &
- name: Firebase Auth Emulator
run: |
Expand Down

0 comments on commit e8ab235

Please sign in to comment.