Value Prop
Expressions in GitHub Actions currently do not support any sort of logical operations to select a value based on a conditional. This feature will give users more power to create complex expressions that meet their specific needs and include that logic in the config instead of having to store it somewhere else.
Expected Outcome
We will introduce a new case function in GitHub Actions that will allow if/else if/else logic in GitHub Actions expressions.
Value Prop
Expressions in GitHub Actions currently do not support any sort of logical operations to select a value based on a conditional. This feature will give users more power to create complex expressions that meet their specific needs and include that logic in the config instead of having to store it somewhere else.
Expected Outcome
We will introduce a new
casefunction in GitHub Actions that will allow if/else if/else logic in GitHub Actions expressions.