actions-includes
actions-includes copied to clipboard
If clause not properly transpiled using workflow includes
if: needs.detect-changes.outputs.trigger == 'true'
is being transpiled to
if: true