Skip to content

Commit d761b55

Browse files
authored
fix: remove custom emoji from Slack messages (#2396)
1 parent 682a21c commit d761b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metaflow/plugins/argo/argo_workflows.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ def _get_slack_blocks(self, message):
27322732
"type": "section",
27332733
"text": {
27342734
"type": "mrkdwn",
2735-
"text": ":metaflow: Environment details"
2735+
"text": "Environment details"
27362736
},
27372737
"fields": [
27382738
{
@@ -2750,7 +2750,7 @@ def _get_slack_blocks(self, message):
27502750
"type": "section",
27512751
"text": {
27522752
"type": "mrkdwn",
2753-
"text": ":metaflow: Environment details"
2753+
"text": "Environment details"
27542754
}
27552755
}
27562756

0 commit comments

Comments
 (0)