-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Draft: Display Github Actions results as plain HTML list #17755
Conversation
velengel
commented
Nov 22, 2021
- Resolved a part of this issue( An internal CI/CD system compatible with Github actions workflow yaml syntax, action yaml syntax and most action plugins #13539)
- Created Actions tab.
- The result of the job is displayed as HTML list.
Thank you for the PR. But I think the goal of "Support GitHub Actions" is to make Gitea have similar features, not to make Gitea as a GitHub client. And this implementation uses too many hard-coded constraint (like |
Thank you for your reply. I understand the goal of "Support GitHub Actions" and the problem of this coding. I'd appriciate your review!! |
@velengel You are using an unstable api of my github actions reimplementation. I haven't thought about stabilizing it yet. I think the Goal is more to provide a gitea api that allows to upload job information, logs etc. to gitea and displaying them. @wxiaoguang FYI |