You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Also make it possible to use something other than the main branch?
degrammer
changed the title
Add support for workflow_call property for GitHub Actions
GitHub Actions workflow_call validation and allow branch selection / execution
May 17, 2024
degrammer
changed the title
GitHub Actions workflow_call validation and allow branch selection / execution
Support workflow_call and allow branch selection / execution
May 17, 2024
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.
The text was updated successfully, but these errors were encountered: