migrator
migrator copied to clipboard
Conditional isn't migrated corrected when check is a boolean
Just noticed a conditional check wasn't migrated correctly to a boolean value. In v2:
show_when:
schedule: true
In v3:
show_when:
schedule: '1'