From 56a6830f504bd51354c700ffcc3df90e4bcdc544 Mon Sep 17 00:00:00 2001 From: Samujjal Gogoi <169282928+samujjal-gogoi@users.noreply.github.com> Date: Sat, 13 Jul 2024 23:56:19 +0530 Subject: [PATCH] fix(ci/cd): missing components in Discord webhook notification --- .github/workflows/book_deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/book_deploy.yml b/.github/workflows/book_deploy.yml index 62bfaf9d57..12b4478779 100644 --- a/.github/workflows/book_deploy.yml +++ b/.github/workflows/book_deploy.yml @@ -142,12 +142,12 @@ jobs: **__Content__** ${{ env.MESSAGE }} - component: - - type: 2 - style: 5 - label: View commit - url: ${{ github.event.head_commit.url }} - - type: 2 - style: 5 - label: Preview site - url: https://nilpointer-software.github.io/bdfd-wiki/${{ env.LINK }} + component: |- + - type: 2 + style: 5 + label: View commit + url: ${{ github.event.head_commit.url }} + - type: 2 + style: 5 + label: Preview site + url: https://nilpointer-software.github.io/bdfd-wiki/${{ env.LINK }}