Fix swagger

This commit is contained in:
Lunny Xiao 2025-03-11 16:28:32 -07:00
parent 318d171b5f
commit 14b6ce7560
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ func getRunJobs(ctx *context.APIContext, runIndex, jobIndex int64) (*actions_mod
}
func DownloadActionsRunLogs(ctx *context.APIContext) {
// swagger:operation GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs repository downloadActionsRunLogs
// swagger:operation GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs/{job}/logs repository downloadActionsRunLogs
// ---
// summary: Downloads the logs for a workflow run redirects to blob url
// produces:

View File

@ -4220,7 +4220,7 @@
}
}
},
"/repos/{owner}/{repo}/actions/runs/{run_id}/logs": {
"/repos/{owner}/{repo}/actions/runs/{run_id}/jobs/{job}/logs": {
"get": {
"produces": [
"application/json"