mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02: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