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
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
update: an action now maps to up to 3 steps (pre, main, post), but they're all non-uses steps. since composite actions can have uses steps, we almost need to recurse again....which is bad news
currently, we map an action to 2 steps: 1 to get the action and its metadata, and another to execute it.
composite actions throw a wrench in that; we will need 1 step to get the action and its metadata, and an arbitrary number of steps to execute it
The text was updated successfully, but these errors were encountered: