mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
[CI] Adjust Discord bot message
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -462,6 +462,6 @@ jobs:
|
|||||||
webhook_id: ${{ secrets.DISCORD_ID }}
|
webhook_id: ${{ secrets.DISCORD_ID }}
|
||||||
webhook_token: ${{ secrets.DISCORD_TOKEN }}
|
webhook_token: ${{ secrets.DISCORD_TOKEN }}
|
||||||
message: |
|
message: |
|
||||||
> `${{ github.ref }}`
|
> :${{ env.emoji }}: `${{ github.ref }}`
|
||||||
> :${{ env.emoji }}: **${{ env.result }}** (triggered by ${{ github.event_name }})
|
> **${{ env.result }}** (triggered by ${{ github.event_name }})
|
||||||
> <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
> <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user