mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
Update packages/attest/src/artifactMetadata.ts
Co-authored-by: Copilot <[email protected]>
This commit is contained in:
@@ -55,7 +55,7 @@ export async function createStorageRecord(
|
|||||||
const octokit = github.getOctokit(token, {retry: {retries}}, retry)
|
const octokit = github.getOctokit(token, {retry: {retries}}, retry)
|
||||||
|
|
||||||
const headersWithUserAgent = {
|
const headersWithUserAgent = {
|
||||||
'user-agent': getUserAgent(),
|
'User-Agent': getUserAgent(),
|
||||||
...headers
|
...headers
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user