From df1648a4ed56e98ac8d5265c5a9e66c04ee513b7 Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Sun, 21 May 2023 09:16:50 -0400 Subject: [PATCH] Update discord-webhook.yml test --- .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 d2503e1..e10ce48 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.name }} + embed-title: ${{ github.actor }} '/' {{ 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