From ac2e0418336e108a6925eb4f4590c9e9bbe69038 Mon Sep 17 00:00:00 2001 From: jackshirazi Date: Wed, 7 Aug 2024 19:42:16 +0100 Subject: [PATCH] remove newlines in the slack message so that the json is valid (#117) --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c756f4..992475b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,6 +72,4 @@ jobs: status: ${{ steps.check.outputs.status }} bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: "#apm-agent-java" - message: | - :ghost: [${{ github.repository }}] Release *${{ github.ref_name }}* has been triggered in GitHub Actions. - Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>) + message: ':ghost: [${{ github.repository }}] Release *${{ github.ref_name }}* has been triggered in GitHub Actions. Build: (<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>)'