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
Action commands can define runtime to be either plugin or container (and soon shell/host too) to be executed either as go code, in container or locally.
Expected
Plugin commands should be able to be executed as wasm binary on host
This can have several advantages for actions commands: performance, portability/compatibility, security/isolation