Skip to content

Commit d1c8cf7

Browse files
committed
chore: lint
1 parent 8d55b58 commit d1c8cf7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/remote-build-android.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Remote Build Android Hybrid
1+
name: Remote Build Android
22

33
on:
44
workflow_dispatch:
@@ -14,11 +14,11 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- project_root: "./"
18-
variant: "developmentDebug"
17+
- project_root: ./
18+
variant: 'developmentDebug'
1919

20-
- project_root: "Mobile-Expensify/"
21-
variant: "Debug"
20+
- project_root: Mobile-Expensify/
21+
variant: 'Debug'
2222
submodules: true
2323
checkout_token: ${{ secrets.OS_BOTIFY_TOKEN }}
2424
steps:

0 commit comments

Comments
 (0)