From ad8fc2c4d5c5fe18bc13f4cba87d6bff0004b319 Mon Sep 17 00:00:00 2001 From: SolDev69 <40839581+SolDev69@users.noreply.github.com> Date: Wed, 10 May 2023 12:57:02 -0400 Subject: [PATCH] attempt at custom message/username --- .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 e5f57c7..b02f2dc 100644 --- a/.github/workflows/discord-webhook.yml +++ b/.github/workflows/discord-webhook.yml @@ -6,7 +6,7 @@ on: push: branches: - main # Replace with the name of your branch - + jobs: message: runs-on: ubuntu-latest @@ -16,6 +16,6 @@ jobs: with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} embed-title: ${{ github.event.head_commit.message }} - embed-description: "A new commit has been pushed to the repository." - username: "Github Actions" + embed-description: "A new commit has been pushed to the Cursed Creations archive." + username: "Github Webhook: Archive" avatar-url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png \ No newline at end of file