This commit is contained in:
Konrad Pabjan
2023-10-27 16:47:13 -04:00
parent da4705cd08
commit ce81cfb969
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@@ -9876,7 +9876,7 @@ async function getArtifactMetadata({ githubToken, runId, artifactName }) {
const response = await octokit.request('GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts', {
owner: github.context.repo.owner,
repo: github.context.repo.repo,
run_id: runId
runId: runId
})
return response.data

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long