We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898ffff commit 470d05eCopy full SHA for 470d05e
routers/api/v1/repo/actions_run.go
@@ -12,7 +12,7 @@ import (
12
func DownloadActionsRunJobLogs(ctx *context.APIContext) {
13
// swagger:operation GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs repository downloadActionsRunJobLogs
14
// ---
15
- // summary: Downloads the logs for a workflow run redirects to blob url
+ // summary: Downloads the job logs for a workflow run
16
// produces:
17
// - application/json
18
// parameters:
0 commit comments