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
#47 replaced the pass output with passed so from an end-user perspective, the interface makes sense now, however, pass is used internally and externally by Javascript assertions.
I'm not sure how to deal with this mistake in a backwards-compatible way given third-party packages could depend on this interface... however, I don't think anyone is using this Action yet with custom assertions so maybe I can get with fixing it in a backwards-incompatible way.
#47 replaced the
pass
output withpassed
so from an end-user perspective, the interface makes sense now, however,pass
is used internally and externally by Javascript assertions.I'm not sure how to deal with this mistake in a backwards-compatible way given third-party packages could depend on this interface... however, I don't think anyone is using this Action yet with custom assertions so maybe I can get with fixing it in a backwards-incompatible way.
npm://
assertions #50 to v2The text was updated successfully, but these errors were encountered: