Skip to content

Commit

Permalink
Add empty request body for more completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Dec 22, 2023
1 parent 5cba2b1 commit 35a0f06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/internal/api-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 35a0f06

Please sign in to comment.