[CI] Adjust Discord bot message

This commit is contained in:
Mat Sutcliffe
2020-07-04 00:05:03 +01:00
parent cf7c077fc0
commit 4207b8760f

View File

@@ -462,6 +462,6 @@ jobs:
webhook_id: ${{ secrets.DISCORD_ID }}
webhook_token: ${{ secrets.DISCORD_TOKEN }}
message: |
> `${{ github.ref }}`
> :${{ env.emoji }}: **${{ env.result }}** (triggered by ${{ github.event_name }})
> :${{ env.emoji }}: `${{ github.ref }}`
> **${{ env.result }}** (triggered by ${{ github.event_name }})
> <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}>