Skip to content

Commit 3d28394

Browse files
authored
chore: update discord bot message (#212)
1 parent 134fca6 commit 3d28394

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ jobs:
174174
"avatar_url": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
175175
"embeds": [
176176
{
177-
"description": "Test succeeded — [view results](https://github.com/${{ github.repository }}/actions/runs/${{github.run_id}})",
177+
"description": "Test succeeded [${{ needs.check_next_version.outputs.previousNextVersion }}](https://github.com/vercel/next.js/releases/tag/${{ needs.check_next_version.outputs.previousNextVersion }}) — [view results](https://github.com/${{ github.repository }}/actions/runs/${{github.run_id}})",
178178
"color": 3061373,
179179
"footer": {
180-
"text": "Woah! So cool!",
180+
"text": "🍌 Ook-ook! Eeek-aak-eek! 🍌",
181181
"icon_url": "https://i.imgur.com/u2ENxCk.png"
182182
}
183183
}
@@ -194,10 +194,10 @@ jobs:
194194
"avatar_url": "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png",
195195
"embeds": [
196196
{
197-
"description": "Test failed — [view results](https://github.com/${{ github.repository }}/actions/runs/${{github.run_id}})",
197+
"description": "Test failed [${{ needs.check_next_version.outputs.previousNextVersion }}](https://github.com/vercel/next.js/releases/tag/${{ needs.check_next_version.outputs.previousNextVersion }}) — [view results](https://github.com/${{ github.repository }}/actions/runs/${{github.run_id}})",
198198
"color": 14687834,
199199
"footer": {
200-
"text": "Hmmm...",
200+
"text": "🥓 Oink oink... 🥓",
201201
"icon_url": "https://i.imgur.com/QeXzqIy.png"
202202
}
203203
}

0 commit comments

Comments
 (0)