|
|
|
|
|
by duped
1861 days ago
|
|
Those only work at the actions level. I need them at the workflow level. The biggest issue here is the differentiation between actions and workflows, I need my workflows to be treated as actions and reuse entire segments of them. This isn't possible without copy/pasting code. I also need arbitrary logic to configure and run my workflows (like an else branch... that would be nice). This is in large part why Team City and Jenkins beat out Actions when we reevaluated. The YAML file is not a config file in the workflows I have written, it is the top level program calling many other programs. The syntax limitations (and unsafety of its interpreter) make that unwieldy. But it's not possible to workaround without never using any other action in the marketplace, which kind of defeats the purpose of using actions at all. |
|