Module expr

Source
Expand description

GitHub Actions expression parsing and handling.

Structs§

ExplicitExpr
An explicit GitHub Actions expression, fenced by ${{ <expr> }}.

Enums§

LoE
A “literal or expr” type, for places in GitHub Actions where a key can either have a literal value (array, object, etc.) or an expression string.

Type Aliases§

BoE
A convenience alias for a bool literal or an actions expression.