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
Generated Vendored
+1 -1
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
Generated Vendored
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -65,7 +65,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