stateful / vscode-runme

DevOps Workflows Built with Markdown for VS Code
https://runme.dev
Apache License 2.0
186 stars 13 forks source link

Support workflow_call and allow branch selection / execution #1357

Open degrammer opened 3 months ago

degrammer commented 3 months ago

The GitHub Action renderer fails when a file contains a workflow_call property. It should be supported. This issue was reported via Discord

Note: It works, but order is important, if the yaml is not configured properly, e.g the workflow_call is after the workflow_dispatch it will fail, Runme could display a more useful error message for this situation.

Also, right now we support only the default branch, we need to explore adding support for different branches and even better, include a branch selector.

admc commented 3 months ago

Also make it possible to use something other than the main branch?

image