Expand description
GitHub Actions expression parsing and handling.
Structs§
- An explicit GitHub Actions expression, fenced by
${{ <expr> }}
.
Enums§
- 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§
- A convenience alias for a
bool
literal or an actions expression.