Skip to content

Commit e2f5043

Browse files
committed
fix: replace double with single quotes
Replaces `"` with `'` as suggested in the review.
1 parent d6a9a33 commit e2f5043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: Java CI
1818
on:
1919
push:
2020
branches:
21-
- "master"
21+
- 'master'
2222
pull_request: {}
2323

2424
permissions:

0 commit comments

Comments
 (0)