Skip to content

Commit

Permalink
Merge pull request #418 from samujjal-gogoi/fix/notification-component
Browse files Browse the repository at this point in the history
fix(ci/cd): missing components in Discord webhook notification
  • Loading branch information
kubastick authored Jul 15, 2024
2 parents 379231a + 56a6830 commit feff242
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/book_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit feff242

Please sign in to comment.