Skip to content

Commit 6dda639

Browse files
committed
contract changes
1 parent df497c5 commit 6dda639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserstack-report-action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38178,7 +38178,7 @@ async function run() {
3817838178

3817938179
const initialParams = {
3818038180
originalBuildName: buildName,
38181-
buildCreatedAt: Date.now().toString(), // Changed to timestamp string
38181+
buildStartedAt: Date.now().toString(), // Changed to timestamp string
3818238182
requestingCi: constants.CI_SYSTEM.GITHUB_ACTIONS,
3818338183
reportFormat: [constants.REPORT_FORMAT.BASIC_HTML, constants.REPORT_FORMAT.RICH_HTML],
3818438184
requestType: constants.REPORT_REQUEST_STATE.FIRST,

browserstack-report-action/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function run() {
2727

2828
const initialParams = {
2929
originalBuildName: buildName,
30-
buildCreatedAt: Date.now().toString(), // Changed to timestamp string
30+
buildStartedAt: Date.now().toString(), // Changed to timestamp string
3131
requestingCi: constants.CI_SYSTEM.GITHUB_ACTIONS,
3232
reportFormat: [constants.REPORT_FORMAT.BASIC_HTML, constants.REPORT_FORMAT.RICH_HTML],
3333
requestType: constants.REPORT_REQUEST_STATE.FIRST,

0 commit comments

Comments
 (0)