Skip to content

Commit

Permalink
chore: fix broken JS in test-desktop for slack message
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Jul 12, 2023
1 parent 770842c commit db2839e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": `- 🐧 linux: ${report.linux.pass ? "✅" : "❌"}\n - 🪟 windows: ${report.windows.pass ? "✅" : "❌"}\n - 🍏 macos: ${report.macos.pass ? "✅" : "❌"}\n`
"text": `- 🐧 linux: ${report.linux.pass ? "✅" : "❌"}\n - 🪟 windows: ${report.windows.pass ? "✅" : "❌"}\n - 🍏 macos: ${report.mac.pass ? "✅" : "❌"}\n`
}
} :
{
Expand Down

1 comment on commit db2839e

@vercel
Copy link

@vercel vercel bot commented on db2839e Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.