We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7574648 commit 3847598Copy full SHA for 3847598
src/caching/github-actions-cache.ts
@@ -717,6 +717,10 @@ ${blockIds.map((blockId) => ` <Uncommitted>${blockId}</Uncommitted>`).join('\n'
717
};
718
return resData.signed_upload_url;
719
}
720
+ console.log('RESERVE', {
721
+ status: response.statusCode,
722
+ body: await readBody(response),
723
+ });
724
725
if (response.statusCode === /* Conflict */ 409) {
726
// TODO(aomarks) How are conflicts returned in the v2 API?
0 commit comments