Skip to content

Commit

Permalink
update(yml): add notification title
Browse files Browse the repository at this point in the history
  • Loading branch information
ak0327 committed Aug 25, 2023
1 parent 034e571 commit 8e999c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: sarisia/actions-status-discord@v1
if: always()
with:
title: "UNIT_TEST_ON_LINUX"
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}

Expand All @@ -36,5 +37,6 @@ jobs:
- uses: sarisia/actions-status-discord@v1
if: always()
with:
title: "UNIT_TEST_ON_MACOS"
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}

0 comments on commit 8e999c4

Please sign in to comment.