Skip to content

Commit 110767d

Browse files
committed
camel case params
1 parent a88ad67 commit 110767d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

browserstack-report-action/config/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ module.exports = {
99

1010
// Report formats
1111
REPORT_FORMAT: {
12-
BASIC_HTML: 'basic_html',
13-
RICH_HTML: 'rich_html',
12+
BASIC_HTML: 'basicHtml',
13+
RICH_HTML: 'richHtml',
1414
},
1515

1616
INPUT: {

browserstack-report-action/dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module.exports = {
1515

1616
// Report formats
1717
REPORT_FORMAT: {
18-
BASIC_HTML: 'basic_html',
19-
RICH_HTML: 'rich_html',
18+
BASIC_HTML: 'basicHtml',
19+
RICH_HTML: 'richHtml',
2020
},
2121

2222
INPUT: {

0 commit comments

Comments
 (0)