From 6be417ab465322903e7a1fbd7394280c97b1826b Mon Sep 17 00:00:00 2001 From: PriyaSudip <40382124+PriyaSudip@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:13:23 +1100 Subject: [PATCH] OLDMK-2904 uodaet annotation Discussed with @gilesgas just to enable emoji name --- clicommand/annotate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clicommand/annotate.go b/clicommand/annotate.go index 360973be6d..6ca175919c 100644 --- a/clicommand/annotate.go +++ b/clicommand/annotate.go @@ -48,7 +48,7 @@ body entirely and providing a new style value. Example: - $ buildkite-agent annotate "All tests passed! :rocket:" + $ buildkite-agent annotate "All tests passed! :your-emoji: like :rocket:" $ cat annotation.md | buildkite-agent annotate --style "warning" $ buildkite-agent annotate --style "success" --context "junit" $ ./script/dynamic_annotation_generator | buildkite-agent annotate --style "success"`