File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -38172,7 +38172,6 @@ async function run() {
3817238172
3817338173 const initialParams = {
3817438174 originalBuildName: buildName,
38175- // buildStartedAt: Date.now().toString(), // Changed to timestamp string
3817638175 requestingCi: constants.CI_SYSTEM.GITHUB_ACTIONS,
3817738176 reportFormat: [constants.REPORT_FORMAT.BASIC_HTML, constants.REPORT_FORMAT.RICH_HTML],
3817838177 requestType: constants.REPORT_REQUEST_STATE.FIRST,
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ async function run() {
2121
2222 const initialParams = {
2323 originalBuildName : buildName ,
24- // buildStartedAt: Date.now().toString(), // Changed to timestamp string
2524 requestingCi : constants . CI_SYSTEM . GITHUB_ACTIONS ,
2625 reportFormat : [ constants . REPORT_FORMAT . BASIC_HTML , constants . REPORT_FORMAT . RICH_HTML ] ,
2726 requestType : constants . REPORT_REQUEST_STATE . FIRST ,
You can’t perform that action at this time.
0 commit comments