Skip to content

Commit

Permalink
slack notify +2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed May 31, 2024
1 parent 70d3b52 commit a2170c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/slack-notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ jobs:
SLACK_WEBHOOK: ${{ secrets.DOTCMS_SLACK_WEBHOOK }}
SLACK_CHANNEL: '#scout_equipo'
SLACK_TITLE: "Important news!"
SLACK_MESSAGE: "⚽️ This is a custom message from GitHub Actions"
SLACK_COLOR: "#723fc4"
SLACK_ICON_EMOJI: ':rocket:'
SLACK_MESSAGE: "<!channel> This automated script is excited to announce the release of a new version of dotCLI (1.0.0-rc.1)!"
SLACK_USERNAME: dotBot
SLACK_MSG_AUTHOR: " "
MSG_MINIMAL: true
SLACK_FOOTER: ""
SLACK_FOOTER: ""
SLACK_ICON: https://avatars.slack-edge.com/temp/2021-12-08/2830145934625_e4e464d502865ff576e4.png
# SLACK_COLOR: "#723fc4"
# SLACK_ICON_EMOJI: ':rocket:'

0 comments on commit a2170c0

Please sign in to comment.