diff --git a/.github/workflows/ia_swift_ci.yml b/.github/workflows/ia_swift_ci.yml index d18f9b6..dd8d80f 100644 --- a/.github/workflows/ia_swift_ci.yml +++ b/.github/workflows/ia_swift_ci.yml @@ -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