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
- name: slack on failureif: failure()uses: actions-ecosystem/action-slack-notifier@fc778468d09c43a6f4d1b8cccaca59766656996awith:
slack_token: <token>message: "${{ inputs.name }} has failed"channel: channel1, channel2, channel3color: redverbose: true
Why this is needed
Because instead of duplicating the action three times, this is a much nicer approach. And it would be relatively easy to implement. Just check if channel contains , then do a loop and send it to all channels.
The text was updated successfully, but these errors were encountered:
What you want to add
Why this is needed
Because instead of duplicating the action three times, this is a much nicer approach. And it would be relatively easy to implement. Just check if channel contains
,
then do a loop and send it to all channels.The text was updated successfully, but these errors were encountered: