-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional API functions for action runners #31416
Labels
modifies/api
This PR adds API routes or modifies them
topic/api
Concerns mainly the API
topic/gitea-actions
related to the actions of Gitea
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
type/summary
This issue aggregates a bunch of other issues
Comments
Just a small update, I would have checked the original post items, but I can't. Gitea v1.24 nightly has the following items added
|
3 tasks
Update the issue to add a reference of Github's action logs API |
lunny
added a commit
that referenced
this issue
Mar 26, 2025
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
modifies/api
This PR adds API routes or modifies them
topic/api
Concerns mainly the API
topic/gitea-actions
related to the actions of Gitea
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
type/summary
This issue aggregates a bunch of other issues
Feature Description
To make the gitea action runners even more useful, being able to interact with them though API would be great.
Here is small list of things that would help me in my use cases:
Repository:
https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#download-workflow-run-logs
Screenshots
No response
The text was updated successfully, but these errors were encountered: