Skip to content

Commit

Permalink
change fail message for discord
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium committed Mar 8, 2022
1 parent 18a3748 commit 64035ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,13 @@ jobs:
severity: error
username: ${{ github.event.repository.name }}
description: |
**Linux buid failed**
**${{env.EXPENSION_NAME}}-db buid failed**
details: |
- **Branch:** ${{env.GIT_BRANCH}}
- **Pusher:** ${{github.event.pusher.name}}
- **Author:** ${{github.event.head_commit.author.name}}
- **Commit:** [${{github.repository}}/${{env.GIT_SHORT_SHA}}](${{github.server_url}}/${{ github.repository }}/commit/${{github.sha}})
- **Build log:** [actions/runs/${{github.run_id}}](${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}})
footer: Next time ${{github.event.pusher.name}}!
footer: Try again @${{github.event.pusher.name}}!
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
avatarUrl: https://github.githubassets.com/images/modules/logos_page/Octocat.png

0 comments on commit 64035ad

Please sign in to comment.