From 784a6b325a868dca1dbc97ebf0879ea3800e99b9 Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Wed, 10 May 2023 12:57:57 -0400 Subject: [PATCH] swap title and description --- .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 b02f2dc..c8b2e01 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: ${{ github.event.head_commit.message }} - embed-description: "A new commit has been pushed to the Cursed Creations archive." - username: "Github Webhook: Archive" + embed-title: "A new commit has been pushed to the Cursed Creations archive." + embed-description: ${{ 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