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 logic for deciding when to build an action is very naive at the moment and won't take into account any imported files through YAML extensions or JS imports.
We should build an import tree for both the action.yml and the source code, and compare this too when deciding if we should build an action or not.
The text was updated successfully, but these errors were encountered:
The logic for deciding when to build an action is very naive at the moment and won't take into account any imported files through YAML extensions or JS imports.
We should build an import tree for both the
action.yml
and the source code, and compare this too when deciding if we should build an action or not.The text was updated successfully, but these errors were encountered: