Add empty request body for more completeness

This commit is contained in:
James M. Greene
2023-12-22 13:27:24 -06:00
parent 5cba2b1245
commit 35a0f06cfc
3 changed files with 5 additions and 3 deletions

3
dist/index.js generated vendored
View File

@@ -146604,7 +146604,8 @@ async function getArtifactMetadata({ artifactName }) {
url: `${getArtifactsServiceOrigin()}/twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts`,
headers: {
'content-type': 'application/json'
}
},
body: {}
}
try {

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -59,7 +59,8 @@ async function getArtifactMetadata({ artifactName }) {
url: `${getArtifactsServiceOrigin()}/twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts`,
headers: {
'content-type': 'application/json'
}
},
body: {}
}
try {