Skip to content

Commit 7b56dec

Browse files
committed
check fix
1 parent 8c68c32 commit 7b56dec

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
@@ -38172,7 +38172,7 @@ async function run() {
3817238172

3817338173
const initialParams = {
3817438174
originalBuildName: buildName,
38175-
buildStartedAt: Date.now().toString(), // Changed to timestamp string
38175+
// buildStartedAt: Date.now().toString(), // Changed to timestamp string
3817638176
requestingCi: constants.CI_SYSTEM.GITHUB_ACTIONS,
3817738177
reportFormat: [constants.REPORT_FORMAT.BASIC_HTML, constants.REPORT_FORMAT.RICH_HTML],
3817838178
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
@@ -21,7 +21,7 @@ async function run() {
2121

2222
const initialParams = {
2323
originalBuildName: buildName,
24-
buildStartedAt: Date.now().toString(), // Changed to timestamp string
24+
// buildStartedAt: Date.now().toString(), // Changed to timestamp string
2525
requestingCi: constants.CI_SYSTEM.GITHUB_ACTIONS,
2626
reportFormat: [constants.REPORT_FORMAT.BASIC_HTML, constants.REPORT_FORMAT.RICH_HTML],
2727
requestType: constants.REPORT_REQUEST_STATE.FIRST,

0 commit comments

Comments
 (0)