diff --git a/.github/workflows/test-desktop.yml b/.github/workflows/test-desktop.yml index 7d4a193ab445..cc92be320eca 100644 --- a/.github/workflows/test-desktop.yml +++ b/.github/workflows/test-desktop.yml @@ -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` } } : {