sindresorhus / Actions

⚙️ Supercharge your shortcuts
https://sindresorhus.com/actions
MIT License
2.55k stars 107 forks source link

Suggestion for Get Boolean from Input action #162

Closed tamaracks closed 10 months ago

tamaracks commented 10 months ago

I love the Boolean related actions, but it would be handy if Get Boolean from Input could return no value or something else instead of throwing an error that ends the shortcut. That way, the shortcut could decide what to do if no Boolean was found.

sindresorhus commented 10 months ago

I agree. That's better behavior. I'll get this fixed in the next update.

tamaracks commented 10 months ago

Thanks!