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
feat: Switched to a plugin-style model for eval
Move the evaluation logic to a subpackage, making way for supporting
more options than just expr for output evaulation
feat: Extended support for script outputs 📤
Scripts can now use ::set-output name=...:: rather than ::set-json::. JSON can still be outputted, so long as the type is set (::set-output name=example type=json::{...}).
feat: Support bypassing all Script logic ↝
Remove the need to use Scripts at all if the raw script is not a
template. This can be done from a raw string, file contents, or a remote
script