Skip to content

Commit 14b6ce7

Browse files
committed
Fix swagger
1 parent 318d171 commit 14b6ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

routers/api/v1/repo/actions_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func getRunJobs(ctx *context.APIContext, runIndex, jobIndex int64) (*actions_mod
6060
}
6161

6262
func DownloadActionsRunLogs(ctx *context.APIContext) {
63-
// swagger:operation GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs repository downloadActionsRunLogs
63+
// swagger:operation GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs/{job}/logs repository downloadActionsRunLogs
6464
// ---
6565
// summary: Downloads the logs for a workflow run redirects to blob url
6666
// produces:

templates/swagger/v1_json.tmpl

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)