Skip to content

Commit

Permalink
Merge pull request #23 from Dotori-app/fix/ci_failed_mention
Browse files Browse the repository at this point in the history
💚 :: Discord Mention after failed to CI
  • Loading branch information
baekteun authored May 10, 2023
2 parents a3b5ab4 + 5909f84 commit 696b520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
CACHED_DEPENDENCY_PATHS: ${{ github.workspace }}/Tuist/Dependencies
DOTORI_IOS_DISCORD_WEBHOOK: ${{ secrets.DOTORI_IOS_DISCORD_WEBHOOK }}
DOTORI_IOS_ROLE: ${{ secrets.DOTORI_IOS_ROLE }}

jobs:
prepare-dependency:
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
if: ${{ failure() }}
with:
title: "❌ 도토리 iOS Test Failed .."
content: "< @iOS> "
content: "<@${{ env.DOTORI_IOS_ROLE }}>"
description: "Failed to test 🥺"
webhook: ${{ env.DOTORI_IOS_DISCORD_WEBHOOK }}
color: 0xBB3639

0 comments on commit 696b520

Please sign in to comment.