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
{{ message }}
This repository was archived by the owner on Jul 24, 2025. It is now read-only.
It fails on CI environments, because it tries to read user.name and user.email from the Grit (read: Git) configuration, this fails on automated environments such as CircleCI and I think there must be a better way to set this values.
Flowdock: error in sending notification to your flow: Message's :from attribute must have :address attribute
from, and address get read from a config object which is a Grit config, respectively looking for user.email and user.name.
It fails on CI environments, because it tries to read
user.nameanduser.emailfrom the Grit (read: Git) configuration, this fails on automated environments such as CircleCI and I think there must be a better way to set this values.Flowdock: error in sending notification to your flow: Message's :from attribute must have :address attribute
from, andaddressget read from aconfigobject which is aGritconfig, respectively looking foruser.emailanduser.name.