From 6d6460d34c1c434f72eee5dfcf92422907f60c4d Mon Sep 17 00:00:00 2001 From: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:26:15 +0200 Subject: [PATCH] remove useless characters in comment body --- .github/workflows/mingw64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mingw64.yml b/.github/workflows/mingw64.yml index b0d4b1a6afbc..c50156fa441e 100644 --- a/.github/workflows/mingw64.yml +++ b/.github/workflows/mingw64.yml @@ -124,6 +124,6 @@ jobs: body: | ### 🪟 Windows builds Download [Windows builds of this PR for testing](${{ steps.artifact-win64.outputs.artifact-url }}). - Debug symbols for this build are available [here](${{ steps.artifact-win64-debug.outputs.artifact-url }})."; + Debug symbols for this build are available [here](${{ steps.artifact-win64-debug.outputs.artifact-url }}). *(Built from commit ${{ github.event.pull_request.head.sha }})* pr: ${{ github.event.number }}