From 474a41b964da5235dd30248cabd9c8480e38fb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChl?= <31169771+Blueforcer@users.noreply.github.com> Date: Sat, 1 Apr 2023 21:51:47 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5aac104..000c278 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,14 +89,6 @@ jobs: asset_name: firmware.bin asset_content_type: application/octet-stream - - name: Discord notification - env: - DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@master - with: - args: 'https://github.com/Blueforcer/awtrix-light/releases/tag/${{ steps.version_number.outputs.firmware_version }}' - - - name: Commit id: commit uses: stefanzweifel/git-auto-commit-action@v4