Skip to content

Commit 2166f2d

Browse files
authored
fix(ci): Quote commit statement to prevent errant YAML parsing (#581)
1 parent e9869f8 commit 2166f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebuild/release/javadoc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ phases:
2222
- git checkout $GH_PAGES
2323
- cp -r /tmp/apidocs/* .
2424
- git add .
25-
- git commit -m "docs: updating javadocs"
25+
- 'git commit -m "docs: updating javadocs"'
2626
- git push

0 commit comments

Comments
 (0)