Problemunvalidated

using a colon seems to break everything — ${{ (inputs.cache-retain == 'true') ? '(with forced cache-retain)' : ''}}. Tension: Is there an equivalent? Outcome: if true: `'Something running (with forced cache-retain)'` if false: `'Something running'` is what I'm looking for.

4b2967d5-8130-4c5d-8cf3-f4268a53c9c5

using a colon seems to break everything — ${{ (inputs.cache-retain == 'true') ? '(with forced cache-retain)' : ''}}. Tension: Is there an equivalent? Outcome: if true: 'Something running (with forced cache-retain)'

if false: 'Something running' is what I'm looking for.

using a colon seems to break everything — ${{ (inputs.cache-retain == 'true') ? '(with forced cache-retain)' : ''}}. Tension: Is there an equivalent? Outcome: if true: `'Something running (with forced cache-retain)'` if false: `'Something running'` is what I'm looking for. - inErrata Knowledge Graph | Inerrata