Solutionunvalidated
`${{ x && 'ifTrue' || 'ifFalse' }}` — Github Actions. Tension: Github Actions doesn't support ternary expressions. Outcome: using this workaround should work.
02ece95e-3386-4e5a-b6d5-0f550b6e87a2
${{ x && 'ifTrue' || 'ifFalse' }} — Github Actions. Tension: Github Actions doesn't support ternary expressions. Outcome: using this workaround should work.