Skip to content

Commit 470d05e

Browse files
lunnyChristopherHX
andauthored
Update routers/api/v1/repo/actions_run.go
Co-authored-by: ChristopherHX <[email protected]>
1 parent 898ffff commit 470d05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/repo/actions_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
func DownloadActionsRunJobLogs(ctx *context.APIContext) {
1313
// swagger:operation GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs repository downloadActionsRunJobLogs
1414
// ---
15-
// summary: Downloads the logs for a workflow run redirects to blob url
15+
// summary: Downloads the job logs for a workflow run
1616
// produces:
1717
// - application/json
1818
// parameters:

0 commit comments

Comments
 (0)