-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Additional API functions for action runners #31416
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
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
|
Update the issue to add a reference of Github's action logs API |
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 <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
Any updates? I'm looking to be able to query the result of the last workflow run for a repo as part of an automated deployment script and it looks like that's currently not possible using the API. |
Uh oh!
There was an error while loading. Please reload this page.
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: