Skip to content

Commit 3847598

Browse files
committed
log more
1 parent 7574648 commit 3847598

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/caching/github-actions-cache.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,10 @@ ${blockIds.map((blockId) => ` <Uncommitted>${blockId}</Uncommitted>`).join('\n'
717717
};
718718
return resData.signed_upload_url;
719719
}
720+
console.log('RESERVE', {
721+
status: response.statusCode,
722+
body: await readBody(response),
723+
});
720724

721725
if (response.statusCode === /* Conflict */ 409) {
722726
// TODO(aomarks) How are conflicts returned in the v2 API?

0 commit comments

Comments
 (0)