-
-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command-${string}
-formatted --success
condition fails with dashes
#324
Labels
Comments
Thanks for spotting this 🤦 |
Related, passing a command name that doesn't exist just silently ignores it. Maybe also true with indexes? |
Thanks for your input! We've discussed this in #318 (comment). |
Fix out in v7.2.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should use the exit code from the first command (
exit 1
), but doesn't because thesuccessCondition
splits on-
:This version does work:
The text was updated successfully, but these errors were encountered: