Closed drewfranklin closed 7 years ago
@drewfranklin Thank you for reporting.
Could you show me your wercker.yml
? I might be able to help you.
For sure box: zdfs/docker-suit build: steps:
Sorry about the formatting but using the code markup makes it one line
@drewfranklin Thank you for sharing it to me.
At first, you might be able to work around by specifying username
option like this:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL
channel: suit
username: Wercker
To find the root cause, could you show me "wantedly/pretty-slack-notify" step's log on wercker?
Awesome thanks for the quick fix Here is my log
@drewfranklin Thanks! I could find the root cause from your log ❗️
This bug will be fixed in next release 😃
So please use username
option to workaround until next version released.
@drewfranklin step-pretty-slack-notify v0.3.4 including the fix of this issue was just released. Please try it.
Yep it worked thanks so much everyone!
In the slack notification the username does not default to Wercker. It looks like environment variable WERCKER_PRETTY_SLACK_NOTIFY_USERNAME is not being defined in script/run, but I am not exactly sure if that is the issue