From 68f4b10b2dd5d037b1a9b4a6579848021fc4ed4d Mon Sep 17 00:00:00 2001 From: Robbie Davis Date: Fri, 11 Aug 2023 13:09:13 -0400 Subject: [PATCH] Github Action Fix (#2205) * Removing parsing * Changing the discord output body --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a738529d5..321ef5914 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -211,7 +211,7 @@ jobs: with: severity: info description: v${{steps.get-version.outputs.assembly-version}} - ${{ steps.findPr.outputs.title }} - details: '${{ steps.parse-body.outputs.BODY }}' + details: '${{ steps.findPr.outputs.body }}' text: <@&939225459156217917> <@&939225350775406643> A new nightly build has been released for docker. webhookUrl: ${{ secrets.DISCORD_DOCKER_UPDATE_URL }} @@ -333,7 +333,7 @@ jobs: with: severity: info description: v${{steps.get-version.outputs.assembly-version}} - ${{ steps.findPr.outputs.title }} - details: '${{ steps.parse-body.outputs.BODY }}' + details: '${{ steps.findPr.outputs.body }}' text: <@&939225192553644133> A new stable build has been released. webhookUrl: ${{ secrets.DISCORD_DOCKER_UPDATE_URL }}