From f6aed471a1c850922894252abe2f7d4a00598ec4 Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Wed, 10 May 2023 13:02:09 -0400 Subject: [PATCH] Update discord-webhook.yml test in quotes --- .github/workflows/discord-webhook.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/discord-webhook.yml b/.github/workflows/discord-webhook.yml index c8b2e01..dfd5678 100644 --- a/.github/workflows/discord-webhook.yml +++ b/.github/workflows/discord-webhook.yml @@ -15,7 +15,7 @@ jobs: uses: tsickert/discord-webhook@v5.3.0 with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} - embed-title: "A new commit has been pushed to the Cursed Creations archive." - embed-description: ${{ github.event.head_commit.message }} + embed-title: ${{ github.event.repository.name }} + embed-description: "A new commit has been pushed to the Cursed Creations archive: ${{ github.event.head_commit.message }}" username: "Github Webhook" - avatar-url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png \ No newline at end of file + avatar-url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png