mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-02 08:53:17 +08:00
update crc header key
This commit is contained in:
@@ -205,7 +205,7 @@ export function getUploadHeaders(
|
||||
requestOptions['Content-Range'] = contentRange
|
||||
}
|
||||
if (digest) {
|
||||
requestOptions['X-GH-Actions-CRC64'] = digest
|
||||
requestOptions['x-actions-result-crc64'] = digest
|
||||
}
|
||||
|
||||
return requestOptions
|
||||
|
||||
Reference in New Issue
Block a user