From c89daa7418a0bd765cb4ee52496246317dc1de0d Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 15 Aug 2023 21:27:33 +0200
Subject: [PATCH] chore: prettier-fix

---
 .github/workflows/mend-slack.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/mend-slack.yml b/.github/workflows/mend-slack.yml
index 2465ac5f86..f566734a9a 100644
--- a/.github/workflows/mend-slack.yml
+++ b/.github/workflows/mend-slack.yml
@@ -18,6 +18,6 @@ jobs:
         with:
           channel-id: 'C05NLTMGCJC'
           # For posting a simple plain text message
-          slack-message: "<${{ github.event.discussion.html_url }}|${{ github.event.discussion.title }}>"
+          slack-message: '<${{ github.event.discussion.html_url }}|${{ github.event.discussion.title }}>'
         env:
           SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
-- 
GitLab