Hacker News new | ask | show | jobs
by quectophoton 300 days ago
There are also some minor issues with composite actions and reusable workflows.

If I use composite actions, the logs get associated with the wrong step[1]. It's just a visual thing (the steps themselves run fine), but having 90% of your action logs in the "Complete job" step is unpleasant.

For reusable workflows there's a few open issues as well, but what happens in my case is that jobs just don't start at all, they stay as "Waiting" forever.

These issues only matter if you write your own reusable actions with YAML (the actions written in JavaScript seem to work fine), but it's worth mentioning.

Other than these two issues, I'm very happy with Forgejo and would still recommend it if people ask for my opinion.

[1]: https://codeberg.org/forgejo/forgejo/issues/5049