From 248b854a543d8f60a0a316403eebe45b41ca1eab Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Wed, 10 May 2023 13:04:25 -0400 Subject: [PATCH] Update discord-webhook.yml should be final webhook update, hopefully this won't clutter the archive commit/git history too much --- .github/workflows/discord-webhook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-webhook.yml b/.github/workflows/discord-webhook.yml index dfd5678..ccef7d2 100644 --- a/.github/workflows/discord-webhook.yml +++ b/.github/workflows/discord-webhook.yml @@ -16,6 +16,6 @@ jobs: with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} embed-title: ${{ github.event.repository.name }} - embed-description: "A new commit has been pushed to the Cursed Creations archive: ${{ github.event.head_commit.message }}" + embed-description: "A new commit has been pushed to the repository: \n${{ github.event.head_commit.message }}" username: "Github Webhook" avatar-url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png