We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23cb1d commit cd4c319Copy full SHA for cd4c319
src/upload-lib.ts
@@ -94,7 +94,7 @@ async function uploadPayload(payload) {
94
95
} else {
96
// If the upload fails with 5xx then we assume it is a temporary problem
97
- // with turbo-scan and not an error that the user has caused or can fix.
+ // and not an error that the user has caused or can fix.
98
// We avoid marking the job as failed to avoid breaking CI workflows.
99
core.error('Upload failed (' + requestID + '): (' + statusCode + ') ' + await res.readBody());
100
return;
0 commit comments