From 930fceb99a2cff970e5138907de1a17c4f3e3277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pelay?= <45865185+jpelay@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:12:37 -0400 Subject: [PATCH] remove attributes that cause errors (#5844) --- .github/workflows/deploy-to-prod.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy-to-prod.yml b/.github/workflows/deploy-to-prod.yml index 99190365f43..feda7b28525 100644 --- a/.github/workflows/deploy-to-prod.yml +++ b/.github/workflows/deploy-to-prod.yml @@ -22,6 +22,4 @@ jobs: uses: discord-actions/message@v2 with: webhookUrl: ${{ secrets.DISCORD_WEBHOOK }} - username: "Github" - avatar: "https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" message: "Deployed to hedy.org"