Skip to content

Commit 30444b3

Browse files
committed
Really quote YAML properly
1 parent 72c2994 commit 30444b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
database_url:
1515
- postgres://runner:password@localhost/project
1616
- mysql://root:[email protected]/project
17-
- `sqlite:///:memory:`
17+
- 'sqlite:///:memory:'
1818

1919
services:
2020
postgres:

0 commit comments

Comments
 (0)