Skip to content

Commit 52a5414

Browse files
committed
updated buildCreatedAt -> buildStartedAt
1 parent 2a85776 commit 52a5414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/show_report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ make_api_request() {
3939
-D "$header_file" \
4040
-d "{
4141
\"originalBuildName\": \"${BROWSERSTACK_BUILD_NAME}\",
42-
\"buildCreatedAt\": \"$(date -u +"%Y-%m-%dT%H:%M:%SZ")\",
42+
\"buildStartedAt\": \"$(date -u +"%Y-%m-%dT%H:%M:%SZ")\",
4343
\"requestingCi\": \"$REQUESTING_CI\",
4444
\"reportFormat\": $REPORT_FORMAT,
4545
\"requestType\": \"$request_type\",

0 commit comments

Comments
 (0)