We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e113339 commit 6b2e2b8Copy full SHA for 6b2e2b8
src/__fixtures__/example.json
@@ -5,7 +5,7 @@
5
"type": "section",
6
"text": {
7
"type": "mrkdwn",
8
- "text": ":ship: A new <https://github.com/test/test/commit/123|version> of <https://github.com/test/test|test/test> has been deployed!"
+ "text": ":rocket: A new <https://github.com/test/test/commit/123|version> of <https://github.com/test/test|test/test> has been deployed!"
9
}
10
11
]
src/publishedMessage.ts
@@ -16,7 +16,7 @@ export const publishedMessage = (
16
Blocks.Section({
17
text: dedent`
18
${Md.emoji(
19
- "ship"
+ "rocket"
20
)} A new ${linkToCommit} of ${linkToRepo} has been deployed!
21
`,
22
})
0 commit comments