mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +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_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 }}>
|
||||
|
||||
Reference in New Issue
Block a user