Skip to content

Commit

Permalink
fix: Change Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Sep 25, 2023
1 parent 88cad94 commit 788aaaa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/katana_cli/lib/action/git/platform/android.dart
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
SLACK_TITLE: Deploy / Success
SLACK_COLOR: good
SLACK_MESSAGE: Deployment completed.
SLACK_ICON_EMOJI: :bell:
SLACK_ICON_EMOJI: ':github:'
SLACK_WEBHOOK: $slackIncomingWebhookURL
# Slack notification (on failure)
Expand All @@ -395,7 +395,7 @@ jobs:
SLACK_TITLE: Deploy / Failure
SLACK_COLOR: danger
SLACK_MESSAGE: Deployment failed.😢
SLACK_ICON_EMOJI: :bell:
SLACK_ICON_EMOJI: ':github:'
SLACK_WEBHOOK: $slackIncomingWebhookURL
""";
}
Expand Down
4 changes: 2 additions & 2 deletions packages/katana_cli/lib/action/git/platform/ios.dart
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ jobs:
SLACK_TITLE: Deploy / Success
SLACK_COLOR: good
SLACK_MESSAGE: Deployment completed.
SLACK_ICON_EMOJI: :bell:
SLACK_ICON_EMOJI: ':github:'
SLACK_WEBHOOK: $slackIncomingWebhookURL
# Slack notification (on failure)
Expand All @@ -525,7 +525,7 @@ jobs:
SLACK_TITLE: Deploy / Failure
SLACK_COLOR: danger
SLACK_MESSAGE: Deployment failed.😢
SLACK_ICON_EMOJI: :bell:
SLACK_ICON_EMOJI: ':github:'
SLACK_WEBHOOK: $slackIncomingWebhookURL
""";
}
Expand Down
4 changes: 2 additions & 2 deletions packages/katana_cli/lib/action/git/platform/web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
SLACK_TITLE: Deploy / Success
SLACK_COLOR: good
SLACK_MESSAGE: Deployment completed.
SLACK_ICON_EMOJI: :bell:
SLACK_ICON_EMOJI: ':github:'
SLACK_WEBHOOK: $slackIncomingWebhookURL
# Slack notification (on failure)
Expand All @@ -282,7 +282,7 @@ jobs:
SLACK_TITLE: Deploy / Failure
SLACK_COLOR: danger
SLACK_MESSAGE: Deployment failed.😢
SLACK_ICON_EMOJI: :bell:
SLACK_ICON_EMOJI: ':github:'
SLACK_WEBHOOK: $slackIncomingWebhookURL
""";
}
Expand Down

0 comments on commit 788aaaa

Please sign in to comment.