Skip to content

Commit

Permalink
✏️ :: 오타 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
NohGaSeong authored Sep 28, 2023
1 parent cb47eec commit 231b6d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ia_swift_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
-enableCodeCoverage YES | xcpretty --color
-showBuildTimingSummary

- name: IA Ios CI Discord Notification
- name: IA iOS CI Discord Notification
uses: sarisia/actions-status-discord@v1
if: ${{ success() }}
with:
title: ✅ Idea Archieve Ios CI success ✅
title: ✅ Idea Archive iOS CI success ✅
webhook: ${{ secrets.IOS_DISCORD_WEBHOOK }}
color: 00FF00

- name: IA Ios CI Discord Notification
- name: IA iOS CI Discord Notification
uses: sarisia/actions-status-discord@v1
if: ${{ failure() }}
with:
title: ❗️ Idea Archieve Ios CI failed ❗️
title: ❗️ Idea Archive iOS CI failed ❗️
webhook: ${{ secrets.IOS_DISCORD_WEBHOOK }}
color: FF0000

0 comments on commit 231b6d6

Please sign in to comment.