From a38fde6f751c9b647251ea1173c44322e90d8f96 Mon Sep 17 00:00:00 2001 From: SkelSec Date: Thu, 5 Sep 2024 13:27:25 +0200 Subject: [PATCH] webhook fix --- .github/workflows/python-windows-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-windows-exe.yml b/.github/workflows/python-windows-exe.yml index b91de04..e1629ab 100644 --- a/.github/workflows/python-windows-exe.yml +++ b/.github/workflows/python-windows-exe.yml @@ -72,7 +72,7 @@ jobs: content: "Hey <@here>! New build happened for project ${{ github.event.repository.name }}!" title: "build" description: | - Version `${{ github.event.release.tag_name }}` + Version ${{ github.event.release.tag_name }} Click [here](${{ github.event.release.html_url }}) to download! #image: ${{ secrets.EMBED_IMAGE }} color: 0x0000ff