cardinalby/js-eval-action

GitHub action for evaluating JS expressions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
expressionJS expression to evaluateno
jsFileJS file to evaluate expression fromno
jsonInputsParse listed inputs as JSON (use "|" separator). * to parse allno
jsonEnvsParse listed envs as JSON (use "|" separator). * to parse allno
extractOutputsIf true, separate outputs will be set from result object, JSON.stringify(result) otherwisenofalse
timeoutMsIf true, separate outputs will be set from result object, JSON.stringify(result) otherwiseno
dataArbitrary data you want to access in expressionno
namedescription
resultResult of expression evaluation
timedOut"true" if expression evaluation failed due to timeout. "false" otherwise