Skip to content

Commit

Permalink
Update dump-ci-stats-to-gcp-logs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneeb147 committed Oct 22, 2024
1 parent bf4a325 commit a02074b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dump-ci-stats-to-gcp-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function fetchWorkflowStatus() {

return { status, conclusion, executionTime, startTime, endTime };
} catch (error) {
console.error("Error fetching workflow status:", error.response.data);
console.error("Error fetching workflow status:", error);
process.exit(1);
}
}
Expand Down

0 comments on commit a02074b

Please sign in to comment.