Skip to content

Commit

Permalink
add ci notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jbj338033 committed May 21, 2024
1 parent d45a22b commit 8ae35ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
uses: sarisia/actions-status-discord@v1
if: ${{ success() }}
with:
title: Ci Success
title: CI Success
webhook: ${{ secrets.DISCORD_WEBHOOK }}
color: 00FF00

- name: CI Failure Notification
uses: sarisia/actions-status-discord@v1
if: ${{ failure() }}
with:
title: Ci Failure
title: CI Failure
webhook: ${{ secrets.DISCORD_WEBHOOK }}
color: FF0000

0 comments on commit 8ae35ef

Please sign in to comment.