From da1f533b4a881b2cddcf984a8d8f80b3abc2a26d Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Sun, 21 May 2023 09:30:52 -0400 Subject: [PATCH] Update discord-webhook.yml --- .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 972c5df..c686f24 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.repository.owner.name }} / ${{ github.event.repository.name }} + embed-title: ${{ github.event.repository.owner.name }}/${{ github.event.repository.name }} embed-description: ${{ github.event.head_commit.message }} username: "Github Webhook" avatar-url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png