0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-27 07:35:13 +01:00

4 Commits

Author SHA1 Message Date
Ross Golder
09c44f4245
Drop check for jobs from other repo. 2025-10-23 22:16:46 +07:00
Ross Golder
267a53cd4d
feat: add Actions API endpoints for workflow run and job management 2025-10-23 21:27:19 +07:00
Lunny Xiao
321cbcb45a
Fix bug on downloading job logs (#34041)
Fix #34038
2025-03-27 17:20:56 -07:00
Lunny Xiao
0c6957ef8d
Download actions job logs from API (#33858)
Related to #33709, #31416

It's similar with
https://docs.github.com/en/rest/actions/workflow-jobs?apiVersion=2022-11-28#download-job-logs-for-a-workflow-run--code-samples.

This use `job_id` as path parameter which is consistent with Github's
APIs.

---------

Co-authored-by: ChristopherHX <christopher.homberger@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-03-26 11:30:52 -07:00