Skip to content

Commit

Permalink
remove newlines in the slack message so that the json is valid (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackshirazi committed Aug 7, 2024
1 parent fe8ac86 commit ac2e041
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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>)'

0 comments on commit ac2e041

Please sign in to comment.