You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to propose a feature. To add a any == false flag to the action. If set to true, the action will return true, if any of the listed globs matches, as opposed to the default setting where all files must exist.
This feature will greatly simplify a common case, where we'd like to check the existence of any of the listed files:
Hi,
I'd like to propose a feature. To add a
any == false
flag to the action. If set totrue
, the action will return true, if any of the listed globs matches, as opposed to the default setting where all files must exist.This feature will greatly simplify a common case, where we'd like to check the existence of any of the listed files:
instead of:
The text was updated successfully, but these errors were encountered: