mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-08 17:05:45 +02:00
Fix swagger
This commit is contained in:
parent
318d171b5f
commit
14b6ce7560
@ -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:
|
||||
|
2
templates/swagger/v1_json.tmpl
generated
2
templates/swagger/v1_json.tmpl
generated
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user